線上地址: vue-cnode
git地址: vue-cnode-mobile
重構地址V2.0分支css
知識點:html
vue2前端
vuex2vue
vue-router2html5
webpack2node
html5,css3webpack
fetchcss3
es6,es7git
lesses6
服務端渲染
項目結構
-config //一些配置文件 -dist //編譯輸出文件夾 -node_modules //npm包 -public //一些靜態文件 -routes //服務端路由 -server server.js //服務啓動 -src //源碼 -api //fetch api -components //組件 -configs //配置,如前端路由vue-router配置 -constants //常量 -images //圖片 -styles //less css -utils //一些工具函數 -views //頁面 -vuex //vuex app.js //入口文件 client-entry server-entry //服務端渲染使用,正在嘗試 -template //html模板文件,供webpack打包使用 webpack.config.base.js //webpack基本配置 webpack.config.dev.js //開發模式配置 webpack.config.prod.js //生產環境配置 webpack.config.server.js //服務端渲染配置,正在嘗試