/PWABuilder

Vue / Nuxt frontend site for PWABuilder

Primary LanguageVueOtherNOASSERTION

PWABuilder site

Node/Vue/Nuxt for PWABuilder

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install

Running / Development

Running Tests

  • npm test

Running Test Coverage

  • npm run cover

Running Test Coverage

  • npm install selenium-standalone@latest -g only once
  • selenium-standalone install only once
  • npm run e2e

You need to have installed Java JDK

Building

  • npm run build (production)

Serve

  • npm start (doesn't compile the code)

Further Reading / Useful Links