Node/Vue/Nuxt site for PWABuilder!
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
git clone https://github.com/pwa-builder/PWABuilder.git
, this repository- change into the new directory
npm install
npm run dev
- Visit your app at http://localhost:3000.
npm test
npm run cover
npm install selenium-standalone@latest -g
only onceselenium-standalone install
only oncenpm run e2e
You need to have installed Java JDK
npm run build
(production)
npm start
(doesn't compile the code)