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

https://github.com/bot08/nuxt3-example-app

Simple starter with tailwind CSS, heroicons and @nuxtjs/color-mode
https://github.com/bot08/nuxt3-example-app

Last synced: 9 days ago
JSON representation

Simple starter with tailwind CSS, heroicons and @nuxtjs/color-mode

Awesome Lists containing this project

README

        

# Nuxt 3 Minimal Starter

We recommend to look at the [documentation](https://v3.nuxtjs.org).

## Setup

Make sure to install the dependencies

```bash
yarn install
```

## Development

Start the development server on http://localhost:3000

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).

## TODO
✅ good architecture\
✅ tailwindcss module\
✅ theme module\
✅ heroicons\
✅ store example\
✅ custom font\
✅ data fetching example\
✅ smart Prefetching (RP [#4329](https://github.com/nuxt/framework/pull/4329))\
🚧 custom image component (? RP [#5688](https://github.com/nuxt/framework/pull/5688))\
✅ ssg & ssr & ssr cache