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

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

Awesome Lists containing this project

README

          

# Progressive Vue

> Vue.js with Progressive Enhancement

![Lighthouse Score](https://github.com/flipboxstudio/progressive-vue/blob/master/screenshots/result.png?raw=true)

## 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)