mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-24 14:50:33 +03:00
chore: demo build
This commit is contained in:
+2
-1
@@ -41,7 +41,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve --open",
|
"serve": "vue-cli-service serve --open",
|
||||||
"build": "vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
|
"demo:build": "vue-cli-service build",
|
||||||
|
"lib:build": "vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
|
||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -252,7 +252,7 @@ export default {
|
|||||||
'2020-03-29'
|
'2020-03-29'
|
||||||
],
|
],
|
||||||
theme: 'vue', // 'default', 'vue', 'dark', 'material-blue', 'creamy', 'slumber', 'sky', 'crimson', 'grove', 'fuchsia', 'flare'
|
theme: 'vue', // 'default', 'vue', 'dark', 'material-blue', 'creamy', 'slumber', 'sky', 'crimson', 'grove', 'fuchsia', 'flare'
|
||||||
width: '1100px',
|
width: '90vw',
|
||||||
height: '250px',
|
height: '250px',
|
||||||
allowAdd: false,
|
allowAdd: false,
|
||||||
rows: [
|
rows: [
|
||||||
|
|||||||
Reference in New Issue
Block a user