比较适合初学者参考的一个vue简单的项目,项目简单易懂,此项目我会长期维护,不端增加新的内容。数据接口还未开发,简单路由和vuex管理状态,对初学者研究比较友好。 项目使用vue+vue-router+vuex+aios实现,vuex简单管理头部与底部状态,布局使用移动端rem布局方案, 项目中使用swiper和echart插件。
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportFor a detailed explanation on how things work, check out the guide and docs for vue-loader.