Skip to content

Nuxt3 (Nuxt 3) best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite

License

Notifications You must be signed in to change notification settings

saifobeidat/nuxt3-app

 
 

Repository files navigation

Nuxt 3 Starter

We recommend to look at the documentation.

Preview

Open in StackBlitz

Deploy your own

Deploy to Netlify

Deploy with Vercel

This starter template also includes:

First-party plugins needed for Tailwind UI:

Best Nuxt with Plugins:

Setup

Make sure to install the dependencies

yarn install

Development

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

yarn dev

Production

Build the application for production:

yarn build
yarn start

Dependencies Update

If you want to update the libraries, I left a nice command for you. Select it with space and press enter.

yarn allupdate

Example

➜  nuxt3-app git:(master) yarn allupdate
yarn run v1.22.11
$ yarn upgrade-interactive --latest
info Color legend : 
 "<red>"    : Major Update backward-incompatible updates 
 "<yellow>" : Minor Update backward-compatible features 
 "<green>"  : Patch Update backward-compatible bug fixes
? Choose which packages to update. (Press <space> to select, <a> to toggle all, <i> to invert selection)
 devDependencies
   name   range   from                       to                      url
❯◯ nuxt3  latest  3.0.0-27237303.6acfdcd  ❯  3.0.0-27238235.a1bcc53  

Stay in touch

Checkout the deployment documentation.

About

Nuxt3 (Nuxt 3) best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 90.2%
  • TypeScript 4.9%
  • JavaScript 4.3%
  • SCSS 0.6%