Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit be58daa

Browse files
committedMay 3, 2025
feat:增加 npm build prod,参考 https://t.zsxq.com/mdNd4
1 parent 485ddf7 commit be58daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"dev": "vite --host",
1010
"build": "vue-tsc --noEmit && vite build",
11+
"build:prod": "vite build --mode production",
1112
"preview": "vite preview",
1213
"new": "plop --plopfile ./plop/plopfile.js",
1314
"postinstall": "husky install",

0 commit comments

Comments
 (0)
Please sign in to comment.