Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/BosNaufal/vue2-starter
- Owner: BosNaufal
- License: mit
- Created: 2016-10-01T14:37:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T19:57:40.000Z (about 8 years ago)
- Last Synced: 2024-08-02T20:46:25.889Z (4 months ago)
- Language: JavaScript
- Size: 2.63 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - Vue 2 Starter - Simple Vue 2 Starter for single page application with Vuex and Vue Router. (Vue)
- awesome-indonesia-repo - Vue 2 Starter - Simple Vue 2 Starter for single page application with Vuex and Vue Router. (Vue)
- awesome-vietnam-repo - Vue 2 Starter - Simple Vue 2 Starter for single page application with Vuex and Vue Router. (Vue)
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
```