All Projects → ctwhome → top-nuxt3

ctwhome / top-nuxt3

Licence: other
Full stack Nuxt 3 Template starter with Supabase and Tailwindcss

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to top-nuxt3

Nordic Store
Tailwind CSS Starter Template - Nordic Shop / Store
Stars: ✭ 61 (+3.39%)
Mutual labels:  starter-template, tailwindcss
Hugo Theme Tailwindcss Starter
Starter files for a Hugo theme with Tailwindcss
Stars: ✭ 187 (+216.95%)
Mutual labels:  starter-template, tailwindcss
Profile Card
Tailwind CSS Starter Template - Profile Card (Single page website for your profile/links)
Stars: ✭ 69 (+16.95%)
Mutual labels:  starter-template, tailwindcss
Landing Page
Tailwind CSS Starter Template - Landing Page
Stars: ✭ 444 (+652.54%)
Mutual labels:  starter-template, tailwindcss
nuxt3-app
Nuxt3 (Nuxt 3) best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite
Stars: ✭ 252 (+327.12%)
Mutual labels:  tailwindcss, nuxt3
Gridsome Starter Liebling
Grisome starter based on Ghost Liebling and tailwindcss.
Stars: ✭ 23 (-61.02%)
Mutual labels:  starter-template, tailwindcss
Admin Template
Tailwind CSS Starter Template - Admin Dashboard Template
Stars: ✭ 160 (+171.19%)
Mutual labels:  starter-template, tailwindcss
Ghostwind
Tailwind CSS Starter Template - Ghostwind (Ghost Casper theme in Tailwind CSS)
Stars: ✭ 89 (+50.85%)
Mutual labels:  starter-template, tailwindcss
Minimalist-Blog
Tailwind CSS Starter Template - Minimalist Blog
Stars: ✭ 21 (-64.41%)
Mutual labels:  starter-template, tailwindcss
tailwind-react-next.js-typescript-eslint-jest-starter
Starter template for building a project using React, Typescript, Next.js, Jest, TailwindCSS and ESLint.
Stars: ✭ 80 (+35.59%)
Mutual labels:  starter-template, tailwindcss
eleventy solo starter njk
Further development suspended as of 2021-09-11. Please refer instead to https://www.11ty.dev/docs/starter/ for a wide selection of other Eleventy starter sets.
Stars: ✭ 22 (-62.71%)
Mutual labels:  starter-template, tailwindcss
YATAS
Yet Another Tailwind Alpine Starter
Stars: ✭ 18 (-69.49%)
Mutual labels:  starter-template, tailwindcss
wrapped
GitHub Wrapped, inspired by Spotify Wrapped
Stars: ✭ 159 (+169.49%)
Mutual labels:  tailwindcss, supabase
Admin Template Night
Tailwind CSS Starter Template - Admin Dashboard Template (Night Mode)
Stars: ✭ 40 (-32.2%)
Mutual labels:  starter-template, tailwindcss
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (-23.73%)
Mutual labels:  starter-template, tailwindcss
supabase
An easy way to integrate Supabase with NuxtJS
Stars: ✭ 39 (-33.9%)
Mutual labels:  supabase, nuxt3
madewithsupabase
A collection of projects made with Supabase – Websites, Mobile Apps, SaaS, Plugins and more!
Stars: ✭ 84 (+42.37%)
Mutual labels:  supabase, nuxt3
wagtail-react-blog
SPA built with React, Tailwind CSS and Wagtail Rest API
Stars: ✭ 66 (+11.86%)
Mutual labels:  tailwindcss
hot
🍕The site that recommends the hottest projects on GitHub.
Stars: ✭ 57 (-3.39%)
Mutual labels:  supabase
cadhub
We're out to raise awareness and put CodeCAD on the map. The success of CadHub can be measured by the amount it promotes the use of CodeCAD within the mechanical/manufacturing industry and the strength the CadHub community.
Stars: ✭ 204 (+245.76%)
Mutual labels:  tailwindcss

Top Nuxt 3 Starter Template

Netlify Status

The fastest and most comfortable development experience started template.
Everything comes installed for a speedy staring with examples. Simply remove what you don't need and you are good to go :)

With 💚  from  @ctwhome, inspired by @antfu vitesse

Features

  • ❇️  Nuxt 3
    • 🔥 The <script setup> syntax
    • 🏎  Zero-config cloud functions and deploy SSR working with Netlify thanks to the new Nuxt 3 Functions
    • 📥 APIs auto importing - for Composition API, VueUse and custom composables.
    • ESR, File-based routing, components auto importing, modules, etc.
    • 🦾 TypeScript
    • 💻 .env settings environments
    • ⭐️ Format on save with ESLint (VSCode Settings file and WebStorm)
  • ⚡️ Vite - Instant HMR
  • 📴  PWA - vite-plugin-pwa (thanks to @userquin for the contribution)
    • Offline mode, new content available prompt,
    • WIP PWA not working correctly.
  • 🎨 TailwindCSS 3 - JIT engine by default
  • 📄  Styled Markdown HTML components
  • All Iconify on-demand - +100.000 SVG icons completely customizable
  • 🌐 Multi-language support with vue-i18n-next thanks to @intlify/nuxt3
    • YAML, JSON, JSON5 locale files
    • Localize routes: (/en/about, /es/about, ...)
  • 🐘 Supabase - WIP - Full stack development with Auth, Realtime, Storage, and of course PostgreSQL
  • 🍍 State Management via Pinia
  • 📤 Feed RSS generator

Nuxt Modules

  • VueUse - a collection of useful composition APIs
  • Pinia - intuitive, type-safe, light, and flexible Store for Vue.

Motivation and Personal Opinion

Nuxt is awesome, I am trying to use Nuxt 3 as much as I can to at least have the same features working that I have on top-nuxt with Nuxt 2. 

Installation and running locally

npx degit ctwhome/top-nuxt3 <directory-name>
yarn install

Updating fork

  1. Add remote from the original repository in your forked repository:
git remote add upstream git://github.com/ctwhome/top-nuxt3.git
git fetch upstream
  1. Updating your fork from the original repo to keep up with their changes:
    git pull upstream main

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

yarn dev

IDE

We recommend using VS Code with Volar to get the best experience (You might want to disable Vetur if you have it).

Production

Build the application for production:

yarn build

Check out the deployment documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].