Make sure to vagrant ssh into your vagrant machine first, and cd /musare/frontend before calling any of these commands.
# Generate development build
npm run development
# Generate production build
npm run production
# Automatically rebuild the project when files change
npm run development-watch