2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-24 13:50:33 +03:00

chore: demo build

This commit is contained in:
2021-11-19 10:11:08 +03:00
parent dd77338b9b
commit 413b120bd3
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
View File
@@ -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: [