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 0f85430 commit 3e1160eCopy full SHA for 3e1160e
package.json
@@ -12,6 +12,7 @@
12
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
13
"bundle": "rollup -c --bundleConfigAsCjs",
14
"build": "vue-tsc && vite build --config vite.build.config.ts",
15
+ "build:docs": "vite build",
16
"predeploy": "npm run build",
17
"deploy": "gh-pages -d docs",
18
"prepublishOnly": "npm run build",
0 commit comments