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: 8 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T23:57:03.000Z (over 6 years ago)
- Last Synced: 2024-12-28T04:47:02.440Z (9 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/).