Фронт для минисайта Купизабор https://kupizabor.kustarshina.ru/
Go to file
Kseninia Mikhaylova 25a5dd0fc7 header links 2024-06-19 13:32:43 +03:00
assets explosion button 2024-06-18 14:00:09 +03:00
components header links 2024-06-19 13:32:43 +03:00
composables 404 start 2024-06-19 13:28:02 +03:00
pages 404 start 2024-06-19 13:28:02 +03:00
public favicon 2024-06-19 12:27:11 +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 404 start 2024-06-19 13:28:02 +03:00
compose.yaml initial 2024-06-03 15:02:04 +03:00
error.vue 404 start 2024-06-19 13:28:02 +03:00
nuxt.config.ts base url 2024-06-19 12:45:30 +03:00
package-lock.json robots 2024-06-19 12:26:02 +03:00
package.json robots 2024-06-19 12:26:02 +03:00
tailwind.config.ts part of styles 2024-06-13 12:15:18 +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.