1 Star 0 Fork 3

ubaker/vue-data-board

forked from 猕花桃/vue-data-board 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
xuxiaofei.666 提交于 2020-02-28 01:11 +08:00 . update
{
"name": "vue-data-board",
"version": "0.0.0",
"private": true,
"description": "A Data Analysis Board. A magical DIY databoard tool built with Vue.js. An out-of-box data solution for enterprise data analysis. Support self defined databoard and data report.",
"author": "DongSuo <xuxiaofei1.0@outlook.com>",
"homepage": "https://islasher.com/vue-data-board/",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"keywords": [
"vue",
"databoard",
"element-ui",
"boilerplate",
"data-analysis"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dongsuo/vue-data-board.git"
},
"bugs": {
"url": "https://github.com/dongsuo/vue-data-board/issues"
},
"dependencies": {
"axios": "0.18.1",
"core-js": "^3.6.4",
"driver.js": "^0.9.6",
"echarts": "^4.6.0",
"element-ui": "^2.13.0",
"file-saver": "^2.0.1",
"js-cookie": "^2.2.0",
"vue": "^2.6.11",
"vue-grid-layout": "^2.3.4",
"vue-router": "^3.1.6",
"vuedraggable": "^2.21.0",
"vuex": "^3.1.1",
"xlsx": "^0.15.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"script-loader": "^0.7.2",
"svg-sprite-loader": "^4.1.6",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ubaker/vue-data-board.git
git@gitee.com:ubaker/vue-data-board.git
ubaker
vue-data-board
vue-data-board
master

搜索帮助