个人博客, 一直想搞一个个人博客来总结学习过程,记录生活,但是现在流行的wordPress博客系统用起来太沉重,所以就有想法自己写一套博客,想法一直有,但是一直没有付诸行动,最近终于克服懒惰,动起手来说搞就搞。
前端: Vue + vue-router + axios+vuex
后台管理系统: react + react-router + antd
服务端: node+express+mongodb
# 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.