Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/BosNaufal/vue-starter
- Owner: BosNaufal
- License: mit
- Created: 2016-08-04T04:01:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T14:46:47.000Z (over 8 years ago)
- Last Synced: 2024-08-02T09:25:55.106Z (6 months ago)
- Language: JavaScript
- Size: 2.6 MB
- Stars: 36
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-vue - vue-starter - VueJs项目的简单启动页 (Demo示例)
- awesome - vue-starter - VueJs项目的简单启动页 (Demo示例)
- awesome-vue - vue-starter - starter?style=social) - VueJs项目的简单启动页 (Demo示例)
- awesome-github-vue - vue-starter - VueJs项目的简单启动页 (Demo示例)
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
```