1.1.1 • Published 5 years ago

vue-ssr-boilerplate v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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...

diagram

License

This project is licensed under the MIT License - see the LICENSE.md file for details.