web/front
Kseninia Mikhaylova 3e1a205162 stat tadbe data 2025-06-30 14:50:35 +03:00
..
assets/css base front 2025-06-23 13:37:51 +03:00
components stat tadbe data 2025-06-30 14:50:35 +03:00
composables loading status 2025-06-25 12:11:55 +03:00
pages stat tadbe data 2025-06-30 14:50:35 +03:00
public first commit 2025-06-23 16:50:16 +03:00
server first 2025-06-23 11:38:39 +03:00
.gitignore first 2025-06-23 11:38:39 +03:00
Dockerfile first 2025-06-23 11:38:39 +03:00
README.md first 2025-06-23 11:38:39 +03:00
app.vue base front 2025-06-23 13:38:20 +03:00
index.d.ts docs action 2025-06-24 11:59:29 +03:00
nuxt.config.ts first commit 2025-06-23 16:50:16 +03:00
package-lock.json base front 2025-06-23 13:37:51 +03:00
package.json base front 2025-06-23 13:37:51 +03:00
tailwind.config.js base front 2025-06-23 13:37:51 +03:00
tsconfig.json first 2025-06-23 11:38:39 +03:00

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install 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 dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.