Фронт для минисайта Купизабор https://kupizabor.kustarshina.ru/
Go to file
Kseninia Mikhaylova 6cf97c0041 add img base 2024-07-04 10:10:55 +03:00
assets test btn 2024-06-21 17:01:30 +03:00
components remove stats 2024-07-03 16:49:04 +03:00
composables calc 2024-07-03 14:00:42 +03:00
pages add img base 2024-07-04 10:10:55 +03:00
public background blur 2024-07-03 16:07:50 +03:00
server initial 2024-06-03 15:02:04 +03:00
types add calc 2024-07-02 13:33:17 +03:00
utils background blur 2024-07-03 16:07:50 +03:00
.gitignore initial 2024-06-03 15:02:04 +03:00
Dockerfile change docker 2024-07-04 09:53:53 +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 add img base 2024-07-04 10:10:55 +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.