Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcalixte/habitude
Set habits and goals.
https://github.com/jcalixte/habitude
Last synced: 1 day ago
JSON representation
Set habits and goals.
- Host: GitHub
- URL: https://github.com/jcalixte/habitude
- Owner: jcalixte
- Created: 2020-10-31T17:55:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T22:49:26.000Z (about 4 years ago)
- Last Synced: 2024-11-10T16:52:36.221Z (about 2 months ago)
- Language: Vue
- Size: 1.99 MB
- Stars: 0
- Watchers: 4
- 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.