嵌入前端页面以供选择生成模板
Showing
front-view/.eslintrc.js
0 → 100644
front-view/.gitignore
0 → 100644
front-view/.prettierrc.js
0 → 100644
front-view/LICENSE
0 → 100644
front-view/README.md
0 → 100644
front-view/index.html
0 → 100644
front-view/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
front-view/package.json
0 → 100644
This diff is collapsed.
front-view/public/index.html
0 → 100644
front-view/src/App.vue
0 → 100644
front-view/src/main.js
0 → 100644
front-view/vite.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -10,14 +10,14 @@ |
| "Other" | ||
| ], | ||
| "activationEvents": [ | ||
| "onCommand:my-cli.helloWorld" | ||
| "onCommand:my-cli.my-cli" | ||
| ], | ||
| "main": "./dist/extension.js", | ||
| "contributes": { | ||
| "commands": [ | ||
| { | ||
| "command": "my-cli.helloWorld", | ||
| "title": "Hello World" | ||
| "command": "my-cli.my-cli", | ||
| "title": "My Cli" | ||
| } | ||
| ] | ||
| }, | ||
| ... | ... | @@ -47,5 +47,8 @@ |
| "vscode-test": "^1.5.2", | ||
| "webpack": "^5.38.1", | ||
| "webpack-cli": "^4.7.0" | ||
| }, | ||
| "dependencies": { | ||
| "npm-gitee-lw": "^1.0.3" | ||
| } | ||
| } |
src/util/index.ts
0 → 100644
Please
register
or
sign in
to comment