2 Star 0 Fork 0

欧阳卓凡 / 说明书

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
欧阳卓凡 提交于 2020-11-07 10:04 . no commit message
{
"name": "vantrouter",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@eslint/eslintrc": "^0.2.1",
"axios": "^0.21.0",
"core-js": "^3.6.5",
"jquery": "^3.5.1",
"router": "^1.3.5",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vant": "^2.10.6",
"vue": "^2.6.11",
"vue-router": "^3.4.3",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1",
"vuex-persistedstate": "^4.0.0-beta.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0"
},
"eslintConfig": {
"root": false,
"env": {
"node": false
},
"extends": [
"plugin:vue/essential"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-debugger": "off",
"no-prototype-builtins": "off",
"no-mixed-spaces-and-tabs": "off",
"no-dupe-keys": "off",
"no-unused-vars": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
JavaScript
1
https://gitee.com/Lyyneheym/instructions.git
git@gitee.com:Lyyneheym/instructions.git
Lyyneheym
instructions
说明书
master

搜索帮助