1 - Installer les dépendances :
npm install
2 - Lancer le serveur :
npm start
- Run
npm start
to preview and watch for changes - Run
npm start -- --port=8080
to preview and watch for changes in port8080
- Run
npm install --save <package>
to install dependencies, frontend included - Run
npm run serve:test
to run the tests in the browser - Run
npm run serve:test -- --port=8085
to run the tests in the browser in port8085
- Run
npm run build
to build your webapp for production - Run
npm run serve:dist
to preview the production build - Run
npm run serve:dist -- --port=5000
to preview the production build in port5000