From de102aee103a9e8cf14ea188cd6deb38eb038af4 Mon Sep 17 00:00:00 2001 From: shawnzhang Date: Thu, 7 Mar 2019 17:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=8A=A5=E9=94=99=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ package.json | 2 ++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 7f10b3bf..64e96798 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ # ERP ## work for nwow +### 重大操作 +``` +安装插件步骤出错后操作 +- npm install -g cnpm --registry=https://registry.npm.taobao.org 安装cnmp +- cnpm install node-sass 安装node-sass +- npm run dev 启动 +- 启动报错 +- 删除 node_modules 文件夹 +- npm install 重新安装node_modules +- npm run dev 重新启动 +- 报错 +- npm install -g cnpm --registry=https://registry.npm.taobao.org 安装cnmp +- cnpm install node-sass 安装node-sass +- 直接启动 +- 成功安装 +``` ### ERP project #### 2019/2/12 add topmenu #### 2019/2/25 遇到的一些问题以及解决方案 diff --git a/package.json b/package.json index c83c860c..2c8479b4 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "sortablejs": "1.7.0", "vue": "2.5.17", "vue-count-to": "1.0.13", + "vue-element-extends": "^1.0.2", "vue-google-maps": "^0.1.21", "vue-i18n": "7.3.2", "vue-router": "3.0.1", @@ -64,6 +65,7 @@ "vue-splitpane": "1.0.2", "vuedraggable": "^2.16.0", "vuex": "3.0.1", + "xe-utils": "^1.8.9", "xlsx": "^0.11.16" }, "devDependencies": {