Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisprmat/api-news
Create a Vue CLI app calling an API news
https://github.com/luisprmat/api-news
Last synced: about 1 hour ago
JSON representation
Create a Vue CLI app calling an API news
- Host: GitHub
- URL: https://github.com/luisprmat/api-news
- Owner: luisprmat
- Created: 2020-12-04T17:50:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-05T17:57:04.000Z (about 4 years ago)
- Last Synced: 2024-11-11T18:46:53.388Z (about 2 months ago)
- Language: Vue
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api-news
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).