k-urtica / nuxt-news-app

Nuxt.js Γ— News API app with Vuetify2 πŸ˜†

Home Page:https://nuxt-news-app.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“° Nuxt Γ— News App πŸ“°

nuxt-news-app

Gitmoji prettier MIT LICENCE

News application using News API built with Nuxt.js and Vuetify.✨

You can see the latest Japanese news and world news.

πŸ“± Mobile layout

⭐️ Application URL

https://nuxt-news-app.now.sh

πŸ”§ Build Setup

Environment

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>

Run locally

$ yarn install

$ yarn dev

🌐 Deploy to zeit now

  1. Create an account for Zeit now
  2. install now cli
# 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

Author

πŸ‘€ K

πŸ“„ License

Copyright Β© 2020 K.
This project is MIT licensed.

powered by NewsAPI.org

About

Nuxt.js Γ— News API app with Vuetify2 πŸ˜†

https://nuxt-news-app.now.sh/

License:MIT License


Languages

Language:Vue 75.9%Language:JavaScript 22.8%Language:SCSS 1.3%