Фронт для минисайта Купизабор https://kupizabor.kustarshina.ru/
Go to file
Kseninia Mikhaylova 08a0691a23 add close modal 2024-07-03 12:38:40 +03:00
assets test btn 2024-06-21 17:01:30 +03:00
components add close modal 2024-07-03 12:38:40 +03:00
composables calc logic 2024-07-02 16:47:50 +03:00
pages how to => delivery 2024-07-02 15:24:25 +03:00
public how to => delivery 2024-07-02 15:24:25 +03:00
server initial 2024-06-03 15:02:04 +03:00
types add calc 2024-07-02 13:33:17 +03:00
utils lamelle as instance mesh 2024-06-28 11:30:00 +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.