/vue-ssr-starter

:seedling: A Vue.js project starter kit with vue 2.0, vue-router, vuex and axios for server-side rendering.

Primary LanguageJavaScript

vue-ssr-starter

A Vue.js starter kit with vue 2.0, vue-router, vuex and axios for server-side rendering.

image

Features

  • Best Practices

    • Best pratices for most cases
  • SVG Sprites

    • Optimize SVG files and bakes them into SVG sprites
  • Server Side Rendering

    • Vue + vue-router + vuex + axios working together
    • Server-side data pre-fetching
    • Client-side state & DOM hydration
    • Preload / prefetch resource hints
    • Route-level code splitting
  • Animation

    • Effects when switching route views

Build Setup

npm install
npm run build
npm start

Development Setup

npm install
npm run svg
npm run dev

Reference resources

License

MIT