ctwhome / top-nuxt3

Full stack Nuxt 3 Template starter with Supabase and Tailwindcss
https://top-nuxt3.netlify.app
115 stars 16 forks source link
nuxt3 starter-template supabase 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 Modules

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.