新约项目
项目需求:
- 论坛网站首页(指引页)
- 论坛网站图文页
- 论坛内容分类页
- 讨论页(导航栏+主体+其他内容)
- 详情页
- 个人资料页 6.1:用户组权限页(内嵌于个人资料) 6.2:站内信息页(个人私信以及系统公告,消息等) 6.3:个人账户页(包含积分 钱包 如何获取等)
环境需求: 需要安装Vue脚手架 npm i vue-cli
# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.