Browse Source

Merge branch 'master' of https://git.caner.top/Caner/Vite-Vue-Multiple-Html into master

caner 3 years ago
parent
commit
fb930e54db
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -2,6 +2,7 @@
 ```
 ```
 1. html自动对应各自入口文件(router,store)互不影响,即单独加载,共享数据,建议使用yarn安装依赖
 1. html自动对应各自入口文件(router,store)互不影响,即单独加载,共享数据,建议使用yarn安装依赖
 2. eslint自动校验修正,无需IDE修正
 2. eslint自动校验修正,无需IDE修正
+3. eslint校准规则增加到 .eslintrc.js -> rules  中
 
 
 ```
 ```
 
 
@@ -57,7 +58,7 @@ export default {
 ```
 ```
 yarn
 yarn
 
 
-yarn add model_exp
+yarn add ****
 
 
 yarn dev
 yarn dev