一个仿照花瓣APP部分功能的单页面应用 技术栈使用Vue.js + Vuex + vue-router + webpack + leanCloud 项目基于Vue-cli脚手架 leanCloud 提供数据云存储服务
# 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
