基于Vue重构CnodeJS社区
rebuild CnodeJS by Vue
还有一些待改进的地方,暂时先这样吧。
git clone https://github.com/yzygithub/CnodeJS-Vue.git
cd CnodeJS-Vue
npm install
npm run dev
git clone https://github.com/yzygithub/CnodeJS-Vue
cd CnodeJS-Vue
# install dependencies
npm install
# serve with hot reload at localhost:8082(我改成了8082)
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.