Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jniyaz/news-vue-app
News App
https://github.com/jniyaz/news-vue-app
tailwindcss vite vue3
Last synced: about 1 month ago
JSON representation
News App
- Host: GitHub
- URL: https://github.com/jniyaz/news-vue-app
- Owner: jniyaz
- Created: 2017-03-03T03:17:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T01:20:06.000Z (about 2 years ago)
- Last Synced: 2024-10-23T02:29:06.480Z (3 months ago)
- Topics: tailwindcss, vite, vue3
- Language: Vue
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News App
- Simple News App
- Using Vue 3, Vite, TailwindCss, newsapi.org## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```
- checkout the [vue3 guide](https://v3.vuejs.org/guide/introduction.html)
- checkout the [vite guide](https://vitejs.dev/)
- checkout the [tailwind guide](https://tailwindcss.com/docs)