A Vue.js project
# 项目简介
妙智旅行系统 是我本人为公司搭建的一套旅行服务的后台系统,由于中途项目开发进程有变,所以上传至github与大家分享
技术栈vue, axios, vue-router, vuex
其中vuex 加入了我个人的思想在里面, 就是将注册过store的vue实例,
赋值给一个JS_VUE的一个全局变量,这样的话就实现了不仅仅在vue文件中对vuex操作,
也实现了在js文件中对vuex操作,方式简单操作,容易理解。
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8090
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.