We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f44ac commit e326386Copy full SHA for e326386
package.json
@@ -27,6 +27,7 @@
27
"dev": "npm run build-fast -- --watch",
28
"play": "pnpm run -C playground dev",
29
"play:build": "pnpm run -C playground build",
30
+ "preview": "pnpm run -C playground preview",
31
"serve": "pnpm run -C playground serve",
32
"format": "prettier --write --cache .",
33
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 --cache",
0 commit comments