3 Star 28 Fork 18

VTJ.PRO / my-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2021-03-23 10:03 . 更新依赖
{
"name": "my-example",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@xdh/my": "^4.2.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"indent": 0,
"vue/script-indent": 0,
"vue/require-prop-type-constructor": 0,
"vue/no-use-v-if-with-v-for": 0,
"no-console": 0,
"no-trailing-spaces": 0,
"no-multiple-empty-lines": 0,
"no-extra-boolean-cast": 0,
"valid-jsdoc": 0,
"one-var": 0,
"semi": 0,
"no-new": 0,
"no-extra-semi": 0,
"keyword-spacing": 0,
"space-before-function-paren": 0,
"arrow-parens": 0,
"generator-star-spacing": 0,
"no-mixed-operators": 0,
"padded-blocks": 0,
"eol-last": 0,
"object-curly-spacing": 0,
"no-callback-literal": 0
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
JavaScript
1
https://gitee.com/newgateway/my-example.git
git@gitee.com:newgateway/my-example.git
newgateway
my-example
my-example
master

搜索帮助