Simple scaffolding multiple pages Vue.js projects for backend server render, eg: .cshtml, .php, .jsp, ...
For those traditional server-side-render multiple pages websites, provide a Vue.js v2.x project scaffolding.
Maybe this is useful for Progressively upgrading your OLD fashioned system into a Modern Web app.
- Vue.js & lodash
- Receive & inject server-side init data
- Axios
- Mixin common vuex (store, mutation, action)
- Compression with Gulp
- ES2015, Babel with Gulp
- Bundle dependency with Gulp
- Optimize vue dependency with Webpack
Auto compression
run gulp default
See gulpfile.js
Make full use of ES2015
run gulp default
See gulpfile.js
v 0.0.3 Vuex as global varaible
v 0.0.2 Vue.js inside
- Vue.js 2.3
- Vuex, mixin common vuex (store, mutation, action)
- receive & inject server-side init data
- axios
- add New Feature: Feature Details
v 0.0.1 basic version
- compression with Gulp
- ES2015, Babel with Gulp
- lodash