0.0.1 • Published 3 years ago

wdcs-chen740 v0.0.1

Weekly downloads
8
License
-
Repository
-
Last release
3 years ago

vue开发说明

详细说明见: http://192.168.14.125/xwiki/bin/view/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/Vue/Vue%E5%BC%80%E5%8F%91/

项目开发与启动步骤

下载并安装nodejs

ftp://192.168.14.125/%C8%ED%BC%FE/%BF%AA%B7%A2%CF%E0%B9%D8%B9%A4%BE%DF/nodejs/node-v9.3.0-x64.msi

修改npm仓库地址,CMD命令行执行

npm set registry http://192.168.14.126:4873

修改本地hosts文件,添加以下内容

192.168.14.199 dl.google.com
192.168.14.199 github.com

打开vue目录,执行以下命令

npm install

开发模式选择

npm run serve

生产环境选择

npm run build

检查代码质量

npm run lint