Node/Vue/Nuxt for PWABuilder
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- NPM
- Python 2
- If on Windows Visual Studio
git clone <repository-url>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 -gonly onceselenium-standalone installonly oncenpm run e2e
You need to have installed Java JDK
npm run build(production)
npm start(doesn't compile the code)