https://github.com/flipboxstudio/progressive-vue
Vue.js with Progressive Enhancement
https://github.com/flipboxstudio/progressive-vue
material-design progressive-web-app single-page-applications vuejs
Last synced: about 1 month ago
JSON representation
Vue.js with Progressive Enhancement
- Host: GitHub
- URL: https://github.com/flipboxstudio/progressive-vue
- Owner: flipboxstudio
- Created: 2017-04-18T07:34:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T07:30:05.000Z (almost 9 years ago)
- Last Synced: 2025-05-22T03:38:40.759Z (about 1 year ago)
- Topics: material-design, progressive-web-app, single-page-applications, vuejs
- Language: JavaScript
- Size: 427 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive Vue
> Vue.js with Progressive Enhancement

## Quick Start
```sh
vue-init flipboxstudio/progressive-vue app
cd app
yarn install # or npm install
yarn dev # or npm run dev
```
## What's Added
- [x] [Vue Router](https://github.com/vuejs/vue-router)
- [x] Registered Service Worker (SW is attached on production only)
- [x] Offline Support (manifests are managed automatically)
- [x] [Vue Material](https://github.com/marcosmoura/vue-material) (with base layout)
- [x] [Vuex](https://github.com/vuejs/vuex)
- [x] [Vue Resource](https://github.com/pagekit/vue-resource)
- [x] Generic Mutator
- [x] Tagged Types
- [x] [Vue Analytics](https://github.com/MatteoGabriele/vue-analytics)