File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
< link rel ="icon " href ="/favicon.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > 拖拽式Vue组件代码生成编辑器(VCC)</ title > <!-- Place this tag in your head or just before your close body tag. -->
8
- < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
8
+ < script async defer src ="https://buttons.github.io/buttons.js " type =" module " > </ script >
9
9
</ head >
10
10
11
11
< style type ="text/css ">
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"dev" : " vite --port 8008" ,
13
13
"serve" : " vite --port 8008" ,
14
- "build:release" : " vue-cli-service build" ,
14
+ "build:release" : " vite build --base=https://static.imonkey.xueersi.com/vcc3/ " ,
15
15
"build" : " vue-cli-service build --report --target lib --name vcc './src/components-v2/VCC.vue' && node ./src/script/distClear.js" ,
16
16
"build:win" : " vue-cli-service build --report --target lib --name vcc ./src/components-v2/VCC.vue && node ./src/script/distClear.js" ,
17
17
"compileAndbuild:dev" : " npm run compileComponent && vue-cli-service build" ,
You can’t perform that action at this time.
0 commit comments