Фронт для минисайта Купизабор https://kupizabor.kustarshina.ru/
Go to file
Kseninia Mikhaylova 7de761e8e0 add pre def colors 2024-06-07 16:41:31 +03:00
assets add pre def colors 2024-06-07 16:41:31 +03:00
components add pre def colors 2024-06-07 16:41:31 +03:00
public toneMapping 2024-06-07 15:25:36 +03:00
server initial 2024-06-03 15:02:04 +03:00
types add calc and explosion 2024-06-06 14:40:14 +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 fence position 2024-06-07 10:59:41 +03:00
compose.yaml initial 2024-06-03 15:02:04 +03:00
nuxt.config.ts add icons 2024-06-06 09:04:11 +03:00
package-lock.json change color 2024-06-06 18:26:51 +03:00
package.json change color 2024-06-06 18:26:51 +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.