updates
正在显示
{ | ||
"name": "admin-prp", | ||
"version": "0.0.0", | ||
"type":"module", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite --mode dev", | ||
"build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy", | ||
"build:test": "vue-tsc --noEmit && vite build --test prod", | ||
"build:pre": "vue-tsc --noEmit && vite build --pre prod", | ||
"build:test": "vue-tsc --noEmit && vite build --mode test", | ||
"build:pre": "vue-tsc --noEmit && vite build --mode pre", | ||
"preview": "vite preview --port 5050", | ||
"typecheck": "vue-tsc --noEmit", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
... | ... |
请
注册
或者
登录
后发表评论