mirror of https://github.com/halo-dev/halo-admin
Ryan Wang
3 years ago
committed by
GitHub
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
ports: |
||||||
|
- port: 8080 |
||||||
|
onOpen: open-browser |
||||||
|
|
||||||
|
tasks: |
||||||
|
- init: npm install -g pnpm && pnpm install |
||||||
|
command: pnpm serve |
||||||
|
|
||||||
|
vscode: |
||||||
|
extensions: |
||||||
|
- dbaeumer.vscode-eslint |
||||||
|
- editorconfig.editorconfig |
||||||
|
- esbenp.prettier-vscode |
||||||
|
- johnsoncodehk.volar |
Loading…
Reference in new issue