Frontend
  • Vue 63.9%
  • TypeScript 20.9%
  • CSS 8.7%
  • HTML 6.5%
Find a file
Nurlan Zhumakhan 4dc504ec4b
All checks were successful
CI-Backup / build (push) Successful in 3m4s
CI / build (push) Successful in 3m4s
add animations
2026-04-18 11:43:17 +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 add animations 2026-04-18 11:43:17 +05:00
i18n/locales wip 2026-04-18 08:50:42 +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
Dockerfile Обновить Dockerfile 2026-03-26 17:59:07 +00:00
nuxt.config.ts bugfix 2026-04-06 23:41:35 +05:00
package-lock.json WIP 2026-03-02 21:08:02 +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.