Files
litlyx/landing
2024-09-05 16:56:21 +02:00
..
2024-07-24 15:35:58 +02:00
2024-08-30 14:59:17 +02:00
2024-07-23 18:13:45 +02:00
2024-06-06 17:27:04 +02:00
2024-09-05 16:56:21 +02:00
2024-09-05 16:56:21 +02:00
2024-08-30 14:59:17 +02:00
2024-06-02 15:35:55 +02:00
2024-07-23 18:13:45 +02:00
2024-06-02 02:46:47 +02:00
2024-09-05 16:56:21 +02:00
2024-06-02 02:46:47 +02:00
2024-06-02 03:35:35 +02:00
2024-06-02 02:46:47 +02:00
.
2024-07-22 16:31:54 +02:00
2024-06-02 02:46:47 +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.