Browse Source

commit code

master
刘力 3 years ago
parent
commit
64e6dd8914
  1. 3
      .eslintrc.js
  2. 6
      package.json
  3. 2
      public/index.html

3
.eslintrc.js

@ -11,8 +11,7 @@ module.exports = {
},
extends: ['plugin:vue/recommended', 'eslint:recommended'],
// add your custom rules here
//it is base on https://github.com/vuejs/eslint-config-vue
rules: {
"vue/max-attributes-per-line": [2, {
"singleline": 10,

6
package.json

@ -1,9 +1,9 @@
{
"name": "yxk-storeroom-system",
"version": "2.6.0",
"version": "1.0.0",
"description": "智能库房综合管理系统",
"author": "Zheng Jie",
"license": "Apache-2.0",
"author": "刘力",
"license": "",
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",

2
public/index.html

@ -10,6 +10,6 @@
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
Loading…
Cancel
Save