vue-ssr-boilerplate
v1.1.1
Published
Vue.js boilerplate including, Webpack, Vue-router, Code-splitting and Server side rendering.
Downloads
3
Maintainers
Readme
What's included:
- Server-side rendering
- Code-splitting
- Prettier and ESLint run on commit
- Vue-router
- Webpack bundler
- Express server
TODO:
- Vuex (store & data pre-fetching)
- CSS Modules, Sass, and autoprefixer
- Polyfills
- Dynamic manipulation of the document
<head />
- Runtime environment variables
- Setup multiple environments (development, production)
- Dockerized for production usage
- Jest for Unit tests
Install with npm:
$ npm install
Build and run the app.
$ npm start
Node server is listening at http://localhost:3000
WIP...
License
This project is licensed under the MIT License - see the LICENSE.md file for details.