Skip to content

Wils3B/note-pwa

Repository files navigation

███▄▄▄▄    ▄██████▄      ███        ▄████████         ▄███████▄  ▄█     █▄     ▄████████
███▀▀▀██▄ ███    ███ ▀█████████▄   ███    ███        ███    ███ ███     ███   ███    ███
███   ███ ███    ███    ▀███▀▀██   ███    █▀         ███    ███ ███     ███   ███    ███
███   ███ ███    ███     ███   ▀  ▄███▄▄▄            ███    ███ ███     ███   ███    ███
███   ███ ███    ███     ███     ▀▀███▀▀▀          ▀█████████▀  ███     ███ ▀███████████
███   ███ ███    ███     ███       ███    █▄         ███        ███     ███   ███    ███
███   ███ ███    ███     ███       ███    ███        ███        ███ ▄█▄ ███   ███    ███
 ▀█   █▀   ▀██████▀     ▄████▀     ██████████       ▄████▀       ▀███▀███▀    ███    █▀

Note progressive web application with vue.js

Licence Build [![Coverage Status](https://coveralls.io/repos/github/Wils3B/note-pwa/badge.svg?branch=main)](https://coveralls.io/github/Wils3B/note-pwa?branch=main)

Web App Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

Note for local development

@nuxtjs/pwa workbox.enabled option is activate, this can cause some issue when developing, if pwa behavior will not be expect, please deactivate this option before start your dev server @see https://pwa.nuxtjs.org/workbox#enabled