1 Star 0 Fork 1

杨军军工作室/vue-tabulation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
杨俊业 提交于 2019-09-18 16:47 . update
{
"name": "vue-tabulation",
"version": "0.0.4",
"author": "yangjunye <[email protected]> (https://github.com/yangjunjun)",
"description": "a vue based table component",
"main": "dist/VueTabulation.common.js",
"module": "dist/VueTabulation.common.js",
"unpkg": "dist/VueTabulation.umd.js",
"scripts": {
"dev": "vue-cli-service serve demo/main.js",
"build": "vue-cli-service build --target lib --name VueTabulation src/index.vue",
"doc": "vue-cli-service build --dest doc demo/main.js ",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "https://gitee.com/yangjunye/vue-tabulation.git"
},
"keywords": [
"vue",
"table",
"tabulation"
],
"dependencies": {
"interactjs": "^1.4.0-rc.13",
"lodash": "^4.17.15",
"lodash.throttle": "^4.1.1"
},
"devDependencies": {
"core-js": "^2.6.5",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"files": [
"src",
"dist/*.js"
],
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangjunye/vue-tabulation.git
[email protected]:yangjunye/vue-tabulation.git
yangjunye
vue-tabulation
vue-tabulation
master

搜索帮助