a blog based on Vue.js and Express
1.一直用的Wordpress已经是很强大了,但是我想要实现自己想要的界面与功能,但又不欣赏前后端混合(后者原因更大)与学习PHP,所以我要重新整一套前后端代码。
2.有了这套代码,自己可以添加各种功能,了解其中的原理。
3.用于空余时间的学习。工作中的学习让我们能做出想要的东西,业务时间的学习让我把东西做的更完美。
4.大学时代就有了虚拟主机与域名,也有我要自己写博客源码的理想,来,实现他吧。
# 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 testFor a detailed explanation on how things work, check out the guide and docs for vue-loader.