这是我第二次用vue写登录注册了,尽可能的好好写
- 使用
element-ui
进行布局 - 使用
vuex
进行跨组件状态管理 - 使用
express
作为开发环境的服务器 - 使用
mongoDB
作为数据库,学习使用Node
- 将自己写的vue-map-demo整合进来
- 暂时没想好
- element-ui
- vuex
- express
# 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 --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.