项目初始化步骤
1.安装nodejs环境,推荐使用v8.11.1
2.在慕课网或群共享下载源码,解压缩
3.在项目根目录执行npm初始化 命令: npm install --registry=https://registry.npm.taobao.org(如果安装插件失败,可以尝试使用cnpm)
4.启动项目 开发模式: npm run dev (windows系统上为npm run dev_win) 生产模式: npm run dist (windows系统上为npm run dist_win)
5.开发模式下预览项目 访问:http://localhost:8086/dist/view/index.html