Files
litlyx/dashboard
2024-08-07 02:11:35 +02:00
..
.
2024-07-22 15:07:51 +02:00
2024-08-07 02:11:35 +02:00
2024-08-06 03:00:24 +02:00
2024-08-03 16:14:02 +02:00
2024-06-01 15:27:40 +02:00
2024-08-06 15:32:46 +02:00
2024-06-01 15:27:40 +02:00
2024-06-01 15:27:40 +02:00
2024-08-02 16:09:11 +02:00
2024-08-06 15:32:46 +02:00
2024-08-04 00:33:28 +02:00
2024-07-03 15:58:56 +02:00
2024-06-01 15:27:40 +02:00
2024-08-01 23:35:32 +02:00
2024-06-27 19:32:28 +02:00
2024-06-01 15:27:40 +02:00
2024-07-30 15:18:25 +02:00
2024-07-30 15:04:56 +02:00
2024-07-30 15:04:56 +02:00
2024-06-01 15:27:40 +02:00
2024-07-30 15:04:56 +02:00
2024-06-01 15:27:40 +02:00
2024-06-01 15:27:40 +02:00
2024-06-01 15:27:40 +02:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation 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.