Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BosNaufal/vue-starter

Simple Vue Js Starter for single page application with Vuex and Vue Router
https://github.com/BosNaufal/vue-starter

Last synced: 3 months ago
JSON representation

Simple Vue Js Starter for single page application with Vuex and Vue Router

Awesome Lists containing this project

README

        

# Vue Starter

Simple starter for [Vue Js](https://vuejs.org) project. Completely built with simple configuration of:

- [Vue Router](http://router.vuejs.org/)
- [Vuex](http://vuex.vuejs.org/)
- [Object Spread Plugin](https://github.com/sebmarkbage/ecmascript-rest-spread)
- [Lazy Routing](http://router.vuejs.org/en/lazy.html)
- [Extract Text Plugin for Webpack](https://github.com/webpack/extract-text-webpack-plugin)

```bash
npm install
npm run dev
#or
npm run build
```