1 Star 2 Fork 0

编码猿/Vue 多端项目骨架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
编码猿 提交于 2019-08-28 08:24 . first commit
{
"name": "ybhadmin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=dev && vue-cli-service serve",
"build": "vue-cli-service build && chmod -R 777 ./",
"lint": "vue-cli-service lint",
"dist": "serve dist",
"analyz": "npm_config_report=true npm run build"
},
"dependencies": {
"axios": "^0.19.0",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/node": "^12.7.2",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"global": "^4.4.0",
"serve": "^11.1.0",
"style-resources-loader": "^1.2.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"typescript": "^3.4.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.4.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard",
"@vue/typescript"
],
"rules": {},
"parserOptions": {
"parser": "@typescript-eslint/parser"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bmycode/VueMultiend.git
git@gitee.com:bmycode/VueMultiend.git
bmycode
VueMultiend
Vue 多端项目骨架
master

搜索帮助