3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

dashboard: separate plugin usage/configuration, add usage guide + configuration guide

This commit is contained in:
Dragory 2019-09-29 15:53:14 +03:00
parent 1cf09ea997
commit 3ff3bfd5f0
10 changed files with 524 additions and 85 deletions

View file

@ -5,6 +5,7 @@
"private": true,
"scripts": {
"build": "rimraf dist && parcel build src/index.html --no-source-maps --out-dir dist",
"build-with-report": "cross-env GENERATE_BUNDLE_SIZE_REPORT=1 npm run build",
"build-debug": "rimraf dist && cross-env NODE_ENV=development parcel build src/index.html --no-minify --out-dir dist",
"watch": "parcel src/index.html"
},
@ -15,6 +16,7 @@
"babel-plugin-transform-runtime": "^6.23.0",
"cross-env": "^5.2.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-bundle-visualiser": "git://github.com/Dragory/parcel-plugin-bundle-visualiser.git#explicit-env-var",
"sass": "^1.21.0",
"vue-template-compiler": "^2.6.10"
},
@ -22,12 +24,13 @@
"buefy": "^0.7.10",
"bulma": "^0.7.5",
"bulmaswatch": "^0.7.2",
"highlight.js": "^9.15.10",
"js-cookie": "^2.2.0",
"js-yaml": "^3.13.1",
"marked": "^0.7.0",
"vue": "^2.6.10",
"vue-codemirror": "^4.0.6",
"vue-highlightjs": "^1.3.3",
"vue-highlightjs": "git://github.com/Dragory/vue-highlightjs.git#pass-hljs-instance",
"vue-hot-reload-api": "^2.3.3",
"vue-router": "^3.0.6",
"vuex": "^3.1.1"