A News Feed App with Vue 2. It is a simple client to pull news stories from the NewsAPI with the Axios library.
$ git clone https://github.com/mukeshrawat02/vue-news-app.git <project>
$ cd <project>
$ npm install
- Get API Key from NewsAPI.org
- Go To Repository Folder.
- Put API Key in Config folder,
src\config\index.ts
file.
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit