Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Vue 2 Starter

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

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

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