Константин Уколов 085253d77d
All checks were successful
continuous-integration/drone/push Build is passing
Merge remote-tracking branch 'origin/main' into main
# Conflicts:
#	src/entities/product/ui/ProductImage.vue
2024-09-02 02:51:08 +03:00
2024-09-02 02:12:29 +03:00
2024-07-31 10:38:59 +03:00
2024-07-30 10:41:22 +03:00
2024-07-30 10:41:22 +03:00
2024-09-02 02:07:56 +03:00
fix
2024-08-24 19:39:17 +07:00
2024-07-30 10:41:22 +03:00
2024-07-30 10:41:22 +03:00
2024-08-05 12:30:18 +03:00
2024-08-05 12:30:18 +03:00
2024-07-31 10:33:45 +03:00
2024-07-30 11:49:40 +03:00
2024-08-31 14:04:49 +03:00
2024-07-31 10:53:01 +03:00
2024-07-31 10:53:01 +03:00
2024-07-30 10:41:22 +03:00
2024-07-30 10:41:22 +03:00
2024-07-31 10:38:59 +03:00
2024-08-24 19:21:25 +07:00

Nuxt UI Minimal Starter

Look at Nuxt docs and Nuxt UI docs 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.

Description
No description provided
Readme 437 KiB
Languages
TypeScript 71.1%
Vue 28.6%
JavaScript 0.3%