仿扫文小院
后端服务器跟隔壁一样,这里主要联系前端Vue的使用。
移动端界面,界面是我自己瞎倒腾的。
所有素材来自网络,仅供个人学习和练习使用
Nodejs+mongodb+Vue.js+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
# 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.
- 写好了界面
预览1
预览2
预览3
预览4
预览5
预览6
预览7
预览8
- 数据渲染完成
下面仍旧是杂七杂八的笔记。
vue init webpack (your project name)
cd (your project name)
npm install
npm run dev
访问 http://localhost:3000