Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archetipo95/my-nuxt-starter
Nuxt 3 template ready to be used with integrations like Storybook, Tailwind, Vueuse, FormKit, HeadlessUI and many more!
https://github.com/archetipo95/my-nuxt-starter
formkit headlessui lodash nuxt storybook tailwindcss vue vueuse
Last synced: about 21 hours ago
JSON representation
Nuxt 3 template ready to be used with integrations like Storybook, Tailwind, Vueuse, FormKit, HeadlessUI and many more!
- Host: GitHub
- URL: https://github.com/archetipo95/my-nuxt-starter
- Owner: Archetipo95
- License: mit
- Created: 2023-02-15T15:28:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T09:45:53.000Z (2 months ago)
- Last Synced: 2024-09-08T11:47:45.394Z (2 months ago)
- Topics: formkit, headlessui, lodash, nuxt, storybook, tailwindcss, vue, vueuse
- Language: TypeScript
- Homepage: https://my-nuxt-experiments.netlify.app
- Size: 1.43 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ๐ Nuxt Starter
Welcome to the **Nuxt Starter** repository! This project is a modern web development starter kit using Nuxt 3 and a suite of powerful tools and libraries.
## ๐ Description
- [![Netlify Status](https://api.netlify.com/api/v1/badges/4360c956-7cd2-44f1-aad8-33088c8d3637/deploy-status)](https://app.netlify.com/sites/my-nuxt-experiments/deploys) **Site**: [my-nuxt-experiments.netlify.app](https://my-nuxt-experiments.netlify.app)
- [![Netlify Status](https://api.netlify.com/api/v1/badges/4613b090-beaf-46a6-849d-bee5a39deeb9/deploy-status)](https://app.netlify.com/sites/my-nuxt-starter-storybook/deploys) **Storybook on Netlify**: [my-nuxt-starter-storybook.netlify.app](https://my-nuxt-starter-storybook.netlify.app)
- [![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@main/badge/badge-storybook.svg)](https://main--65f5b391c034b704dd98a557.chromatic.com) **Storybook on Chromatic**: [main--65f5b391c034b704dd98a557.chromatic.com](https://main--65f5b391c034b704dd98a557.chromatic.com)## โจ Features
1. โก **Nuxt 3**
2. ๐จ **TailwindCSS** (@nuxtjs/tailwindcss)
3. ๐ ๏ธ **VueUse** (@vueuse/nuxt)
4. ๐ **Storybook 8**
5. ๐ฆ **Lodash** (nuxt-lodash)
6. ๐งฉ **HeadlessUI** (nuxt-headlessui)
7. ๐ **FormKit** (@formkit/nuxt)
8. ๐ผ๏ธ **Auto imported SVG icons** (vite + unplugin-icons)
9. ๐ **Internationalization** (@nuxtjs/i18n)
10. โ๏ธ **Fonts** (@nuxt/fonts)## ๐ To be added
- ๐งช **Testing**
- ๐งน **Linting** (Stylelint, ESLint)
- ๐ **Prettier**## โ๏ธ Setup
Make sure to install the dependencies:
```bash
pnpm install
```## ๐ Site
### ๐ ๏ธ Start development
(Served on http://localhost:3000)
pnpm dev
### ๐ฆ Build production
pnpm build
## ๐ Storybook
### ๐ ๏ธ Start development
(Served on http://localhost:6006)
pnpm storybook
### ๐ฆ Build production
pnpm build-storybook
### ๐ Serve locally the production
pnpm serve-storybook
## ๐ Deploy on Netlify
### ๐ Site
- **Build command**: `pnpm build`
- **Publish directory**: `dist`### ๐ Storybook
- **Build command**: `pnpm build && pnpm build-storybook`
- **Publish directory**: `storybook-static`---
Feel free to contribute and make this project even more awesome! ๐