taiyeoguns / news-app-vue

News App built with Vue

Home Page:https://news-app-vue-taiyeoguns.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News App - Vue

Application to view news stories from sources around the world.

Built with Vue.js as frontend JavaScript framework.

Requirements

Installation

Clone Project

git clone https://github.com/taiyeoguns/news-app-vue.git news-app-vue

Install dependencies

Install npm dependencies with Yarn:

yarn

Get API key for News service

Head to http://newsapi.org, signup or login to and get an API key

Add details in .env.local file

Create .env.local file from example .env file and maintain necessary details in it e.g. API key etc

cp .env .env.local

Compile, run server and hot-reload for development

yarn serve

Other

Compile and minify for production

yarn build

Lint and fix files

yarn lint

About

News App built with Vue

https://news-app-vue-taiyeoguns.netlify.com/


Languages

Language:JavaScript 83.9%Language:Vue 10.0%Language:CSS 4.3%Language:HTML 1.7%Language:Shell 0.1%