workflow: move to pnpm (#4766)

This commit is contained in:
Evan You
2021-10-08 14:23:30 -04:00
committed by GitHub
parent 3c500e422f
commit 61c5fbd3e3
19 changed files with 7097 additions and 6844 deletions

View File

@@ -4,7 +4,7 @@ Live explorer for template compilation output.
To run:
- `yarn dev-compiler`
- When the compilation is done, in another terminal run `yarn open`
- `npm run dev-compiler` in repo root
- When the compilation is done, in another terminal run `npm run open`
Note: `index.html` uses CDN for dependencies and is continuously deployed at [https://vue-next-template-explorer.netlify.com/](https://vue-next-template-explorer.netlify.com/). For local development, use the scripts above.