Files
hossein-por-shop/frontend
marzban-dev 3e6bbbd174 Updated
2025-06-02 19:37:08 +03:30
..
2025-05-05 21:04:47 +03:30
2025-06-02 14:48:57 +03:30
2025-06-01 22:15:54 +03:30
2025-04-18 19:50:46 +03:30
2025-05-25 00:20:02 +03:30
2025-06-01 23:50:28 +03:30
2025-06-02 19:37:08 +03:30
2025-05-25 00:20:13 +03:30
2025-04-08 23:03:13 +03:30
2025-03-06 23:52:19 +03:30
2025-04-16 22:14:59 +03:30
2025-05-12 18:56:30 +03:30
2025-03-08 20:32:00 +03:30
2025-06-02 18:04:21 +03:30
2025-06-01 23:50:32 +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

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.