h blog
1.0.0
A Vue.js project 用elementUI模仿我的博客,簡單的寫的幾個練習頁面,僅供參考。
vue-cli(vue 2.x + webpack + vue-router) + elementUI + ES6 + mock + axios
本地代碼已全部通過ESlint檢測。
https://hehaibao.github.io/h-blog/dist/index.html
首頁(含mock)
文章詳情頁
登入頁(含驗證和是否登入的邏輯)
註冊頁(含驗證)
裡面涉及到了路由的導航守衛,元件的複用,sessionStorage儲存是否登入狀態,父子元件通信,elementUI的一些用法等等
更多功能,後續有時間會繼續增加..
# clone
git clone https://github.com/hehaibao/h-blog.git
# cd dir
cd h-blog
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
or
npm start
# 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.
如果對您有幫助,您可以點右上角"Star" 支持一下謝謝! ^_^
或者您可以"follow" 一下,我會不斷開源更多的有趣的項目
開發環境macOS 10.12.6 Chrome 68 nodejs 6.10.0
如有問題請直接在Issues 中提,或者您發現問題並有非常好的解決方案,歡迎PR ?
MIT