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

https://github.com/michaelsynan/nuxt-rss-feeds


https://github.com/michaelsynan/nuxt-rss-feeds

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

![Nuxt TailwindCSS Pinia Template Repo](/public/nuxt3_tailwind5.png)

![GitHub last commit](https://img.shields.io/github/last-commit/michaelsynan/Nuxt-Tailwind-Template)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# Nuxt Tailwind Template with Pinia 🎉

Website demo: https://michaelsynan.github.io/Nuxt-Tailwind-Template/

Minimal [Nuxt 3](https://nuxt.com/) Tailwind and Pinia starter repo, with assets, layouts, pages and components directories set up.

**Includes** 👇
- TailwindCSS ([docs](https://tailwindcss.com/docs/installation))
- Pinia ([docs](https://pinia.vuejs.org/core-concepts/))
- unplugin-icons ([repo](https://github.com/antfu/unplugin-icons))
- Basic base styles
- Pages directory
- Default layout

## Instructions
```
git clone https://github.com/michaelsynan/Nuxt-Tailwind-Template.git

cd Nuxt-Tailwind-Template/

npm install

npm run dev
```

## Deploy Static Site to GitHub Pages
See this [gist](https://gist.github.com/michaelsynan/307a267eff9b35e1b7f333da5e151e99).

## Roadmap
- [ ] [Components Layer](https://github.com/michaelsynan/nuxt-base-layer) via extends
- [ ] Nuxt 3 Beginners Guide