标签:route npm nbsp 项目 路由 nav 模块 taobao str
一: vue init webpack-simple#1.0 vue-project
cd vue-project
npm install
npm run dev
淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
vue init webpack vue-project
vue init webpack-simple vue-project //推荐这个方法
cd vue-project
cnpm install
cnpm run dev
做项目基本流程:
1:规划组件结构
Nav.vue
Header.vue
Home.vue
......
2:编写对应的路由
vue-router
3:具体写每个组件功能
项目需要模块:
vuex
vue-router
axios // 交互
标签:route npm nbsp 项目 路由 nav 模块 taobao str
原文地址:http://www.cnblogs.com/lin-dong/p/6701683.html