Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcalixte/azync
https://github.com/jcalixte/azync
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcalixte/azync
- Owner: jcalixte
- Created: 2021-01-24T11:28:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T20:24:40.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T16:52:36.406Z (about 2 months ago)
- Language: Vue
- Size: 128 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OVA — Offline VueJS App
Opinionated Offline First VueJS 3 App Template
## Features
- Vue3 generated with vue-cli with different plugins:
- babel
- TypeScript
- PWA
- Router
- Vuex
- eslint
- jest
- i18n
- bulma
- pouchdb-browser
- netlify, config ready## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Why?
Here is my goto configuration when I want to implement an app idea quickly, so here we go, I created a template to simplify my process.