嵌入前端页面以供选择生成模板
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
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 @@ | ... | @@ -10,14 +10,14 @@ |
| "Other" | "Other" | ||
| ], | ], | ||
| "activationEvents": [ | "activationEvents": [ | ||
| "onCommand:my-cli.helloWorld" | "onCommand:my-cli.my-cli" | ||
| ], | ], | ||
| "main": "./dist/extension.js", | "main": "./dist/extension.js", | ||
| "contributes": { | "contributes": { | ||
| "commands": [ | "commands": [ | ||
| { | { | ||
| "command": "my-cli.helloWorld", | "command": "my-cli.my-cli", | ||
| "title": "Hello World" | "title": "My Cli" | ||
| } | } | ||
| ] | ] | ||
| }, | }, | ||
| ... | @@ -47,5 +47,8 @@ | ... | @@ -47,5 +47,8 @@ |
| "vscode-test": "^1.5.2", | "vscode-test": "^1.5.2", | ||
| "webpack": "^5.38.1", | "webpack": "^5.38.1", | ||
| "webpack-cli": "^4.7.0" | "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