Go to file
Константин Уколов eea0f12431 build: rebuild eslint 2024-07-30 11:49:40 +03:00
plugins build: added tanstack 2024-07-30 11:14:15 +03:00
public init commit 2024-07-30 10:41:22 +03:00
server init commit 2024-07-30 10:41:22 +03:00
.gitignore init commit 2024-07-30 10:41:22 +03:00
.npmrc init commit 2024-07-30 10:41:22 +03:00
README.md init commit 2024-07-30 10:41:22 +03:00
app.config.ts init commit 2024-07-30 10:41:22 +03:00
app.vue build: added unocss 2024-07-30 11:09:17 +03:00
eslint.config.js build: rebuild eslint 2024-07-30 11:49:40 +03:00
nuxt.config.ts build: rebuild eslint 2024-07-30 11:49:40 +03:00
package.json build: rebuild eslint 2024-07-30 11:49:40 +03:00
pnpm-lock.yaml build: rebuild eslint 2024-07-30 11:49:40 +03:00
tsconfig.json init commit 2024-07-30 10:41:22 +03:00
uno.config.ts build: added unocss 2024-07-30 11:09:17 +03:00

README.md

Nuxt UI Minimal Starter

Look at Nuxt docs and Nuxt UI docs to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.