npm install
npm run serve
Create .env.development file in root directory. VUE_APP_BASE_URL
is the base url for all api calls. Backend runs on port 8000 by default.
VUE_APP_BASE_URL=http://localhost:8000
Create .env.production file in root directory.
VUE_APP_BASE_URL={backend host}
npm run build