Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashkapure06/news-o-pedia
A simple news application which can show news from all over the world using image mapping. ❗Note: API works locally only and not in production
https://github.com/yashkapure06/news-o-pedia
navigation-guard newsapi newsapi-org vue vuejs
Last synced: 13 days ago
JSON representation
A simple news application which can show news from all over the world using image mapping. ❗Note: API works locally only and not in production
- Host: GitHub
- URL: https://github.com/yashkapure06/news-o-pedia
- Owner: Yashkapure06
- Created: 2023-03-02T14:14:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T12:53:55.000Z (over 1 year ago)
- Last Synced: 2024-10-26T14:02:28.689Z (2 months ago)
- Topics: navigation-guard, newsapi, newsapi-org, vue, vuejs
- Language: Vue
- Homepage: https://news-o-pedia.netlify.app/
- Size: 2.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/6ce7496a-3551-44a6-8588-a4bb949e5da1/deploy-status)](https://app.netlify.com/sites/news-o-pedia/deploys)
# News-O-Pedia
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).