Movie App Using Vue3 Composition API & Based on The MovieDB API
movie-app-vue
Movie App Using Vue3 Composition API & Based on The MovieDB API.
Project setup
yarn install
Create .env file and add API_KEY variable token from the moviedb website like this
VUE_APP_API_KEY=...
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
ENJOY