Frontend
Find a file
TheJustRusik d7ebf27642
All checks were successful
CI / build (push) Successful in 2m37s
Обновить Dockerfile
2026-03-21 18:41:05 +00:00
.cursor Initial commit 2026-02-12 00:39:56 +05:00
.forgejo/workflows Обновить .forgejo/workflows/ci.yml 2026-03-21 18:21:11 +00:00
app wip 2026-03-19 23:54:41 +05:00
i18n/locales wip 2026-03-19 23:54:41 +05:00
public WIP 2026-03-02 21:08:02 +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-21 18:41:05 +00:00
nuxt.config.ts wip 2026-03-12 21:32:49 +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.