News application using News API built with Nuxt.js and Vuetify.โจ
You can see the latest Japanese news and world news.
Create .env file and add API_KEY. Set the News API Key to the value.
BASE_URL=http://localhost:3000
API_KEY=<your News API Key>$ yarn install
$ yarn dev# login to zeit now
$ now login
# Add Secrets for building with now and for functions
$ now secrets add BASE_URL https://nuxt-news-app.<your zeit now name>.now.sh
$ now secrets add API_KEY <your News API Key>
# So, When do you deploy๏ผ
$ now# production deploy
$ now --prod๐ K