Фронт для минисайта Купизабор https://kupizabor.kustarshina.ru/
Go to file
Зеленская Анастасия Николаевна f1aa78ebe1 href 2024-06-26 11:29:20 +03:00
assets test btn 2024-06-21 17:01:30 +03:00
components href 2024-06-26 11:29:20 +03:00
composables fix fence calc 2024-06-20 17:06:50 +03:00
pages adv slug 2024-06-20 16:28:15 +03:00
public new exr loader 2024-06-21 12:57:47 +03:00
server initial 2024-06-03 15:02:04 +03:00
types advantage 2024-06-10 12:01:18 +03:00
utils mode func to utils 2024-06-20 12:50:57 +03:00
.gitignore initial 2024-06-03 15:02:04 +03:00
Dockerfile test imagemin 2024-06-21 15:58:41 +03:00
README.md initial 2024-06-03 15:02:04 +03:00
app.vue new exr loader 2024-06-21 12:57:47 +03:00
compose.yaml initial 2024-06-03 15:02:04 +03:00
error.vue merge 2024-06-19 16:52:21 +03:00
nuxt.config.ts remove crawlinks 2024-06-25 09:37:20 +03:00
package-lock.json remove img uploader 2024-06-21 15:53:07 +03:00
package.json test imagemin 2024-06-21 15:58:41 +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.