Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/doabit/vue-ssr-starter-kit

Vue 2.0, vue-router and vuex starter kit for server side rendering with webpack 2.0
https://github.com/doabit/vue-ssr-starter-kit

server-side-rendering vue vue-router

Last synced: 14 days ago
JSON representation

Vue 2.0, vue-router and vuex starter kit for server side rendering with webpack 2.0

Awesome Lists containing this project

README

        

# vue-ssr-starter-kit

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

[![Build Status](https://travis-ci.org/doabit/vue-ssr-starter-kit.svg?branch=master)](https://travis-ci.org/doabit/vue-ssr-starter-kit)

## Node Version Requirement

```bash
node 6.*
node 7.*
```

## Build Setup

``` bash
npm install
npm run build
npm start
```

## Development Setup

```bash
npm install
npm run dev
```

## Reference resources

[vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0)

## License

[MIT](http://opensource.org/licenses/MIT)