mirror of
https://github.com/sahadev/vue-component-creater-ui.git
synced 2025-06-04 20:14:05 +08:00
finish: build success.
This commit is contained in:
parent
10379aecb6
commit
5dd1db15bd
@ -5,7 +5,7 @@
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>拖拽式Vue组件代码生成编辑器(VCC)</title><!-- Place this tag in your head or just before your close body tag. -->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<script async defer src="https://buttons.github.io/buttons.js" type="module"></script>
|
||||
</head>
|
||||
|
||||
<style type="text/css">
|
||||
|
@ -11,7 +11,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite --port 8008",
|
||||
"serve": "vite --port 8008",
|
||||
"build:release": "vue-cli-service build",
|
||||
"build:release": "vite build --base=https://static.imonkey.xueersi.com/vcc3/",
|
||||
"build": "vue-cli-service build --report --target lib --name vcc './src/components-v2/VCC.vue' && node ./src/script/distClear.js",
|
||||
"build:win": "vue-cli-service build --report --target lib --name vcc ./src/components-v2/VCC.vue && node ./src/script/distClear.js",
|
||||
"compileAndbuild:dev": "npm run compileComponent && vue-cli-service build",
|
||||
|
Loading…
x
Reference in New Issue
Block a user