NPM commands

Install dependencies

npm install 
# Or 
yarn install

Serve with hot reload at localhost:3000

npm run dev

Build for production and launch server

npm run build
npm start

Generate static project

npm run generate

Generate and deploy project

npm run deploy