以前使用JS + HTML5 + CSS3 + Node.js + Express.js + Mongodb開發過一個博客網站,也部署了一段時間,但當時剛開始搞前端,寫的不是很滿意。後來就廢棄了。今年又使用Hexo + GitHub Pages部署了一個博客,但自由度過低。因此最後仍是決定從新寫一個博客。
目前前臺博客頁面已基本開發完成(評論功能待開發,在考慮方案中),後臺管理頁面也基本開發完成(首頁統計圖表和一些優化待開發,暫時須要統計的數據還很少,也在考慮統計維度中)。前端
此篇文章先介紹下前臺博客頁面。git
Vue.js + Nuxt.js + SCSS + ES6/7 + Node.js + Koa.js + mySql + Redisgithub
Talk is cheap. Show me the code.npm
掃碼訪問:
優化
# clone project git clone https://github.com/XNAL/don-blog.git # install dependencies $ npm install # Or yarn install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm start