Look at the Nuxt 3 documentation to learn more.
Установить зависимости можно с помощью:
# yarn
yarn install
# bun
bun install
# pnpm
pnpm install
# npm
npm install
Bun работает быстрее чем PNPM, YARN, NPM в несколько раз. Но создает в два/два с половиной раза большую папку node-modules.
https://bun.sh/docs/installation
yarn add tailwindcss
yarn add -D @nuxtjs/tailwindcss
Start the development server on http://localhost:3000
yarn run dev
Check out the deployment documentation for more information.