Files
hossein-por-shop/frontend
2024-12-15 22:14:29 +03:30
..
2024-12-15 22:14:10 +03:30
2024-12-15 22:14:29 +03:30
2024-12-11 20:17:03 +03:30
2024-12-11 20:15:33 +03:30
2024-12-11 20:15:38 +03:30
2024-12-14 18:21:16 +03:30
2024-12-13 23:47:50 +03:30
2024-12-11 20:15:17 +03:30
2024-12-11 20:15:45 +03:30
2024-12-11 20:15:50 +03:30
2024-12-11 20:10:58 +03:30
2024-12-11 20:15:57 +03:30
2024-12-11 20:08:41 +03:30
2024-12-11 20:16:52 +03:30
2024-12-14 18:21:16 +03:30
2024-12-15 22:13:53 +03:30
2024-12-15 22:13:53 +03:30
2024-12-11 20:10:19 +03:30
2024-12-11 20:14:53 +03:30
2024-12-11 20:16: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.