An open API service indexing awesome lists of open source software.

https://github.com/bodyno/vue-starter-kit

A vue starer kit for everyone
https://github.com/bodyno/vue-starter-kit

server-side-rendering vue vue-router vuex webpack2

Last synced: 24 days ago
JSON representation

A vue starer kit for everyone

Awesome Lists containing this project

README

        

# vue-starer-kit

A vue starer kit for everyone. Very easy to use and learn. Anybody can have a easy starter from it.

## Features

- Server Side Rendering
- Vue + vue-router + vuex working together
- Server-side data pre-fetching
- Client-side state & DOM hydration
- Automatically inlines CSS used by rendered components only
- Single-file Vue Components
- Hot-reload in development
- CSS extraction for production
- Code splitting

## Architecture Overview

screen shot 2016-08-11 at 6 06 57 pm

## Build Setup

**Requires Node.js 6+**

``` bash
# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:8080
npm start

# build for production
npm run build

# serve in production mode
npm run prod
```