chore: update
正在显示
data/deploy.js
0 → 100644
data/index.html
0 → 100644
data/src/goods/1.js
0 → 100644
差异被折叠。
data/src/goods/2.js
0 → 100644
差异被折叠。
data/src/goods/3.js
0 → 100644
data/src/shop.js
0 → 100644
data/vite.config.ts
0 → 100644
... | ... | @@ -11,7 +11,8 @@ |
"typecheck": "vue-tsc --noEmit", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"deploy": "node ./deploy.js", | ||
"cert": "node ./cert.js" | ||
"cert": "node ./cert.js", | ||
"build:data": "cd ./data && vite build && node ./deploy.js" | ||
}, | ||
"dependencies": { | ||
"@vueuse/core": "^9.4.0", | ||
... | ... |
请
注册
或者
登录
后发表评论