bivashy fb932170b6 [feature] Clickable "Anyame" in NavBar (#2)
Reviewed-on: #2
Co-authored-by: bivashy <botyrbojey@gmail.com>
Co-committed-by: bivashy <botyrbojey@gmail.com>
2025-07-20 18:57:16 +00:00
2025-05-22 15:52:08 +05:00
2025-07-19 18:05:51 +00:00
2025-07-19 18:05:51 +00:00
2025-05-22 15:52:08 +05:00
2025-07-19 18:05:51 +00:00
2025-07-19 18:05:51 +00:00
2025-07-19 18:05:51 +00:00
2025-05-22 15:40:21 +05:00
2025-07-19 18:05:51 +00:00
2025-07-19 18:05:51 +00:00
2025-07-19 18:05:51 +00:00
2025-05-22 15:52:08 +05:00
2025-05-22 15:52:08 +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.

Description
No description provided
Readme MIT 1.4 MiB
Languages
Vue 67.3%
TypeScript 22.2%
CSS 7%
JavaScript 3.5%