sendya преди 6 години
родител
ревизия
4fdc559ae3
променени са 4 файла, в които са добавени 229 реда и са изтрити 522 реда
  1. 1 1
      idea.config.js
  2. 19 7
      package.json
  3. 6 1
      vue.config.js
  4. 203 513
      yarn.lock

+ 1 - 1
idea.config.js

@@ -1,7 +1,7 @@
 'use strict'
 const path = require('path')
 
-function resolve(dir) {
+function resolve (dir) {
   return path.join(__dirname, '.', dir)
 }
 

+ 19 - 7
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-antd-pro",
-  "version": "0.1.0",
+  "version": "1.1.0",
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",
@@ -8,8 +8,8 @@
     "lint": "vue-cli-service lint"
   },
   "dependencies": {
-    "@antv/data-set": "^0.9.6",
-    "ant-design-vue": "^1.1.8",
+    "@antv/data-set": "^0.10.1",
+    "ant-design-vue": "^1.1.10-beta",
     "axios": "^0.18.0",
     "dayjs": "^1.7.5",
     "enquire.js": "^2.1.6",
@@ -25,9 +25,13 @@
     "vuex": "^3.0.1"
   },
   "devDependencies": {
-    "@vue/cli-plugin-babel": "^3.0.1",
-    "@vue/cli-plugin-eslint": "^3.0.1",
-    "@vue/cli-service": "^3.0.1",
+    "@vue/cli-plugin-babel": "^3.2.0",
+    "@vue/cli-plugin-eslint": "^3.2.0",
+    "@vue/cli-service": "^3.2.0",
+    "@vue/eslint-config-standard": "^4.0.0",
+    "babel-eslint": "^10.0.1",
+    "eslint": "^5.8.0",
+    "eslint-plugin-vue": "^5.0.0-0",
     "less": "^3.8.1",
     "less-loader": "^4.1.0",
     "node-sass": "^4.9.0",
@@ -61,6 +65,14 @@
       ],
       "vue/attribute-hyphenation": 0,
       "vue/html-self-closing": 0,
+      "vue/component-name-in-template-casing": 0,
+      "vue/html-closing-bracket-spacing": 0,
+      "vue/singleline-html-element-content-newline": 0,
+      "vue/no-unused-components": 0,
+      "vue/multiline-html-element-content-newline": 0,
+      "vue/no-use-v-if-with-v-for": 0,
+      "vue/html-closing-bracket-newline": 0,
+      "vue/no-parsing-error": 0,
       "no-console": 0
     }
   },
@@ -74,4 +86,4 @@
     "last 2 versions",
     "not ie <= 8"
   ]
-}
+}

+ 6 - 1
vue.config.js

@@ -23,6 +23,7 @@ module.exports = {
   configureWebpack: {
 
   },
+
   chainWebpack: (config) => {
     config.resolve.alias
       .set('@$', resolve('src'))
@@ -33,6 +34,7 @@ module.exports = {
       .set('@layout', resolve('src/layout'))
       .set('@static', resolve('src/static'))
   },
+
   css: {
     loaderOptions: {
       less: {
@@ -49,6 +51,7 @@ module.exports = {
       }
     }
   },
+
   devServer: {
     proxy: {
       '/api': {
@@ -66,5 +69,7 @@ module.exports = {
         }
       }
     }
-  }
+  },
+
+  lintOnSave: undefined
 }

Файловите разлики са ограничени, защото са твърде много
+ 203 - 513
yarn.lock


Някои файлове не бяха показани, защото твърде много файлове са промени