mirror of https://github.com/halo-dev/halo-admin
parent
7a02a3b244
commit
73c07aafe4
@ -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