mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 02:35:58 +08:00
feat(plugin): add vue example (#3592)
This commit is contained in:
26
plugins/vue-hello-world/project.json
Normal file
26
plugins/vue-hello-world/project.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "@affine/vue-hello-world-plugin",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"namedInputs": {
|
||||
"default": [
|
||||
"{projectRoot}/**/*",
|
||||
"{workspaceRoot}/packages/plugin-cli/src/**/*",
|
||||
"sharedGlobals"
|
||||
]
|
||||
},
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "nx:run-script",
|
||||
"options": {
|
||||
"script": "build"
|
||||
},
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["default"],
|
||||
"outputs": [
|
||||
"{workspaceRoot}/apps/core/public/plugins/vue-hello-world",
|
||||
"{workspaceRoot}/apps/electron/dist/plugins/vue-hello-world"
|
||||
]
|
||||
}
|
||||
},
|
||||
"tags": ["plugin"]
|
||||
}
|
||||
Reference in New Issue
Block a user