Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicainelli/vue-news
News website using VueJS, TailwindCSS, and News API
https://github.com/vicainelli/vue-news
newspaper spa tailwindcss vuejs vuejs2
Last synced: about 1 month ago
JSON representation
News website using VueJS, TailwindCSS, and News API
- Host: GitHub
- URL: https://github.com/vicainelli/vue-news
- Owner: vicainelli
- Created: 2018-08-16T09:45:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T23:57:03.000Z (over 5 years ago)
- Last Synced: 2024-11-07T11:45:24.348Z (3 months ago)
- Topics: newspaper, spa, tailwindcss, vuejs, vuejs2
- Language: JavaScript
- Homepage: https://newspaper-vuejs.netlify.com/
- Size: 656 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-news
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).