A Vue.js project
vue2 + vue-router + vuex 构建一个数据平台
# 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
模块 | 技术 |
---|---|
产品列表 | layout底层布局实现 |
新闻列表 | 列表渲染 |
幻灯片 | 通过vue-resource获取数据,幻灯片组件 |
登陆注册弹窗 | 弹窗组件 |