Skip to content

dev-pwa/PWABuilder

Repository files navigation

PWABuilder

Build Status

Node/Vue/Nuxt site for PWABuilder!

Prerequisites

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

  • Git
  • Node.js LTS version (with NPM)
  • NPM
  • Python 2
  • If on Windows, run as administrator: npm install -g --production windows-build-tools --vs2015

Installation

  • git clone https://github.com/pwa-builder/PWABuilder.git, 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