Frontend
  • Vue 65%
  • TypeScript 18.9%
  • CSS 10.5%
  • HTML 5.6%
Find a file
Nurlan 958ecfa3aa
All checks were successful
CI-Backup / build (push) Successful in 3m9s
CI / build (push) Successful in 3m10s
bugfix
2026-06-21 22:07:38 +05:00
.cursor Initial commit 2026-02-12 00:39:56 +05:00
.forgejo/workflows Добавить .forgejo/workflows/ci-backup.yml 2026-04-10 19:34:54 +00:00
app bugfix 2026-06-21 22:07:38 +05:00
i18n/locales wip 2026-06-18 22:36:05 +05:00
public wip 2026-03-29 18:55:32 +05:00
templ WIP 2026-02-21 11:57:30 +05:00
.gitignore Initial commit 2026-02-12 00:39:56 +05:00
CLAUDE.md wip 2026-06-18 22:36:05 +05:00
Dockerfile Обновить Dockerfile 2026-03-26 17:59:07 +00:00
nuxt.config.ts Add new eventType 2026-05-29 19:56:21 +05:00
package-lock.json bugfix 2026-06-21 22:07:38 +05:00
package.json WIP 2026-03-02 21:08:02 +05:00
README.md Initial commit 2026-02-12 00:39:56 +05:00
todo WIP 2026-03-07 10:03:33 +05:00
tsconfig.json Initial commit 2026-02-12 00:39:56 +05:00

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.