2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-12 12:42:25 +03:00
This commit is contained in:
2022-04-27 19:08:35 +03:00
parent 9134263752
commit c22d31e8df
3 changed files with 14 additions and 18 deletions
+2 -6
View File
@@ -1,14 +1,10 @@
# vue-ganttastic
# Vue-Ganttastic
![screenshot](https://user-images.githubusercontent.com/4740535/143231164-88cd538f-f4ff-4fc6-8cb0-a25f4bab465c.png)
A simple and easy-to-use Gantt chart component for Vue.js
## Homepage
[Homepage of the project](https://infectoone.github.io/vue-ganttastic-homepage/#/docs)
[DEMO](https://tenrok.github.io/vue-ganttastic/)
[Demo](http://vue-ganttastic.vercel.app/)
## Installation
+7 -7
View File
@@ -17,7 +17,7 @@
"@vue/cli-service": "~4.5.17",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^8.7.0",
"eslint-plugin-vue": "^8.7.1",
"sass": "^1.51.0",
"sass-loader": "^10.2.1",
"vue-template-compiler": "^2.6.11"
@@ -6122,9 +6122,9 @@
}
},
"node_modules/eslint-plugin-vue": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.0.tgz",
"integrity": "sha512-0Heo1gHDTjU8+5WvfBPEyNqQpzuynbLLebwxh2/xPK0FkEOJlRCwuf1MjGmkidacF2735u5ApRhse18CWTt9Wg==",
"version": "8.7.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz",
"integrity": "sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==",
"dev": true,
"dependencies": {
"eslint-utils": "^3.0.0",
@@ -21554,9 +21554,9 @@
}
},
"eslint-plugin-vue": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.0.tgz",
"integrity": "sha512-0Heo1gHDTjU8+5WvfBPEyNqQpzuynbLLebwxh2/xPK0FkEOJlRCwuf1MjGmkidacF2735u5ApRhse18CWTt9Wg==",
"version": "8.7.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz",
"integrity": "sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==",
"dev": true,
"requires": {
"eslint-utils": "^3.0.0",
+5 -5
View File
@@ -40,10 +40,10 @@
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
},
"scripts": {
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open",
"demo:build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"lib:build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
"lint": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
"serve": "vue-cli-service serve --open",
"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"
},
"dependencies": {
"vue": "^2.6.12"
@@ -54,7 +54,7 @@
"@vue/cli-service": "~4.5.17",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^8.7.0",
"eslint-plugin-vue": "^8.7.1",
"sass": "^1.51.0",
"sass-loader": "^10.2.1",
"vue-template-compiler": "^2.6.11"