npm install
You need TMDB API key to run the project.
On your root directory, create .env.local and put
VUE_APP_TMDB_API_KEY={{YOUR_TMDB_API_KEY_HERE}}
VUE_APP_SERVER_URL={{YOUR_SERVER_URL_HERE}}
in it.
npm run serve
npm run build
npm run lint
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install
You need TMDB API key to run the project.
On your root directory, create .env.local and put
VUE_APP_TMDB_API_KEY={{YOUR_TMDB_API_KEY_HERE}}
VUE_APP_SERVER_URL={{YOUR_SERVER_URL_HERE}}
in it.
npm run serve
npm run build
npm run lint