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