Skip to content

Boilerplate app using Vue 2.0, Vue 2 Router, Vuex and Server Side Rendering.

Notifications You must be signed in to change notification settings

Hyra/vue-2.0-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue 2.0 Boilerplate

Vue 2.0 boilerplate for developing your next application, supporting Server Side Rendering (SSR). Highly inspired by the awesome work done over at Vue Hackernews 2.0 but altered to personal preferences.

Demo

A live demo can be found over here.

Features

  • Vue 2.0
  • Vue Router
  • Vuex
  • Server Side Rendering
    • Vue + vue-router + vuex working together
    • Server-side data pre-fetching
    • Client-side state & DOM hydration
  • Single-file Vue Components
    • Hot-reload in development
    • CSS extraction for production

Getting up and running

npm install # or yarn

Serve in dev mode, with hot reload at localhost:8080

npm run dev

Build for production

npm run build

Serve in production mode

npm start

About

Boilerplate app using Vue 2.0, Vue 2 Router, Vuex and Server Side Rendering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published