iview 后台管理系统 搭建

1、淘宝

npm install -g cnpm --registry=https://registry.npm.taobao.org

 

npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
D:\mengfanxiao\install\nodejs\node-global\cnpm -> D:\mengfanxiao\install\nodejs\node-global\node_modules\cnpm\bin\cnpm
+ [email protected]
added 679 packages from 885 contributors in 105.842s

2、cnpm 全局环境变量

3、cnpm install 

4、prod:cnpm run build  

     dev: cnpm run dev

报错 Error: Cannot find module 'webpack-merge'

安装此模块:cnpm install webpack-merge -D

cnpm install  webpack-chain -D

cnpm install  @vue/cli-shared-utils -D

cnpm install  eslint/package.json -D

5、dev 启动成功

iview 后台管理系统 搭建_第1张图片

6、启动build

 

 cnpm install   eslint/package.json -D

 

iview 后台管理系统 搭建_第2张图片

 

npm i 安装所有 不用一个个安装了

你可能感兴趣的:(iview 后台管理系统 搭建)