摘要: components 在components文件夹下新建vue文件: login.vue welcome.vue home.vue index.js 单级路由 pages 在pages文件夹下新建: 文件夹home,在home下新建:index.vue add.vue search.vue inde 阅读全文
posted @ 2017-11-09 14:31 怪兽别跑biubiubiu 阅读(725) 评论(0) 推荐(0)
摘要: 1. 构建项目框架 2. 运行项目之后,会看到以下界面,恭喜你,项目环境搭建成功 3. 根据项目结构,构建项目目录 ├── build // webpack配置文件 ├── config // webpack配置文件 ├── dist // 打包文件(放到服务器) ├── node_modules 阅读全文
posted @ 2017-11-09 14:04 怪兽别跑biubiubiu 阅读(909) 评论(0) 推荐(0)