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
- Host: GitHub
- URL: https://github.com/bot08/nuxt3-example-app
- Owner: bot08
- Created: 2022-02-28T14:35:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T08:17:43.000Z (over 2 years ago)
- Last Synced: 2025-02-17T22:28:07.065Z (3 months ago)
- Language: Vue
- Homepage: https://sire-sho-pizdets.netlify.app/
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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