A Vue.js project
使用vue-cli搭建的环境,使用vue、vue-router、vuex实现cnode的简易功能,包括:首页查看所有帖子(根据tag筛选资源)、查看具体帖子及其回复、登录。
# 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.