Skip to content

Dedal378/nuxt3-minimal-template

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Установить зависимости можно с помощью:

# yarn
yarn install

# bun
bun install

# pnpm
pnpm install

# npm
npm install

Bun

https://bun.sh/docs

Bun работает быстрее чем PNPM, YARN, NPM в несколько раз. Но создает в два/два с половиной раза большую папку node-modules.

https://bun.sh/docs/installation

Если вместо UnoCss нужен Tailwindcss

yarn add tailwindcss
yarn add -D @nuxtjs/tailwindcss

Development Server

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

yarn run dev

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published