Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)