Write Vue SPA, React SPA, traditional web page with jQuery in one project
- Include Vue, Vuex, Vue-router, axios
- Jade for both page and Vue SFC
- Stylus for both page and Vue SFC
- Proxy and API mock supported
- Vue i18n supported
- React supported
- ElementUI
#init project
vue init lingobus/mpa-vue-template <project-name>
cd <project-name>
#start dev server
npm start
#build for production
npm run release
Yeoman Generators for vue-mpa-template generated projects
Mozilla