Files
hossein-por-shop/frontend
2025-02-11 23:25:02 +03:30
..
2025-02-08 23:46:56 +03:30
2025-02-08 23:50:46 +03:30
2025-02-02 23:07:07 +03:30
2025-02-08 23:49:29 +03:30
2025-01-19 19:53:20 +03:30
2025-02-11 23:24:44 +03:30
2025-02-08 23:49:41 +03:30
2024-12-11 20:15:45 +03:30
2025-01-26 20:13:29 +03:30
2025-02-11 23:23:53 +03:30
2024-12-11 20:10:58 +03:30
2025-02-02 21:23:21 +03:30
2024-12-11 20:08:41 +03:30
2025-01-06 19:00:55 +03:30
2025-01-28 22:13:00 +03:30
2025-02-05 02:02:11 +03:30
2025-02-08 23:46:47 +03:30
2025-02-08 23:46:47 +03:30
2024-12-11 20:10:19 +03:30
2024-12-11 20:14:53 +03:30
2025-01-16 16:05:49 +03:30
2024-12-11 20:16:46 +03:30
2025-02-02 21:22:46 +03:30

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install 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 dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.