Skip to content

Files

Latest commit

eed4eed · Jun 15, 2017

History

History
34 lines (25 loc) · 854 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 854 Bytes

vue-login-demo

这是我第二次用vue写登录注册了,尽可能的好好写

预期实现功能

  1. 使用 element-ui 进行布局
  2. 使用 vuex 进行跨组件状态管理
  3. 使用 express 作为开发环境的服务器
  4. 使用 mongoDB 作为数据库,学习使用 Node
  5. 将自己写的vue-map-demo整合进来
  6. 暂时没想好

脚手架新增内容

  1. element-ui
  2. vuex
  3. express

Build Setup

# 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.