v1.0.2 - add Github Pages configuration

This commit is contained in:
LINING-PC\lining
2025-07-02 13:28:23 +08:00
parent c590bea490
commit d93fbd23da
7 changed files with 135 additions and 1 deletions

View File

@@ -49,6 +49,7 @@
"dev:demo": "vite",
"build": "vue-tsc -b && vite build",
"build:demo": "vue-tsc -b && vite build",
"build:pages": "NODE_ENV=production vue-tsc -b && vite build",
"build:lib": "vite build --config vite.config.lib.ts",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",