Фронт для минисайта Купизабор https://kupizabor.kustarshina.ru/
Go to file
Зеленская Анастасия Николаевна 921b3ab53e modal 2024-06-13 13:46:57 +03:00
assets modal 2024-06-13 09:45:04 +03:00
components modal 2024-06-13 13:46:57 +03:00
public light helper 2024-06-12 16:21:24 +03:00
server initial 2024-06-03 15:02:04 +03:00
types advantage 2024-06-10 12:01:18 +03:00
.gitignore initial 2024-06-03 15:02:04 +03:00
Dockerfile initial 2024-06-03 15:02:04 +03:00
README.md initial 2024-06-03 15:02:04 +03:00
app.vue rouble sign 2024-06-13 09:29:14 +03:00
compose.yaml initial 2024-06-03 15:02:04 +03:00
nuxt.config.ts smooth scroll 2024-06-10 16:24:26 +03:00
package-lock.json smooth scroll 2024-06-10 16:24:26 +03:00
package.json smooth scroll 2024-06-10 16:24:26 +03:00
tailwind.config.ts form data 2024-06-05 14:02:45 +03:00
tsconfig.json initial 2024-06-03 15:02:04 +03:00

README.md

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.