Skip to content

Commit 5dd1db1

Browse files
author
shangbin
committed
finish: build success.
1 parent 10379ae commit 5dd1db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<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>
99
</head>
1010

1111
<style type="text/css">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"dev": "vite --port 8008",
1313
"serve": "vite --port 8008",
14-
"build:release": "vue-cli-service build",
14+
"build:release": "vite build --base=https://static.imonkey.xueersi.com/vcc3/",
1515
"build": "vue-cli-service build --report --target lib --name vcc './src/components-v2/VCC.vue' && node ./src/script/distClear.js",
1616
"build:win": "vue-cli-service build --report --target lib --name vcc ./src/components-v2/VCC.vue && node ./src/script/distClear.js",
1717
"compileAndbuild:dev": "npm run compileComponent && vue-cli-service build",

0 commit comments

Comments
 (0)