Ad Lunam (ad-lunam) SpaceX API Data Visualization Install the dependencies npm install Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Lint the files npm run lint Build the app for production This will build to dist/spa quasar build This script will move dist/spa to dist and remove everything in dist/spa/*. This script is used in deployment to Vercel. npm run build Customize the configuration See Configuring quasar.conf.js.