No description
  • TypeScript 53.6%
  • Vue 41%
  • JavaScript 5.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-01-14 22:47:00 +01:00
.vscode feat : concept creation 2025-01-13 22:33:55 +01:00
components feat : concept grid view 2025-01-14 22:47:00 +01:00
middleware id what this is 2025-01-11 10:24:56 +01:00
netcode feat : concept creation 2025-01-13 22:33:55 +01:00
pages feat : concept grid view 2025-01-14 22:47:00 +01:00
public feat : concept grid view 2025-01-14 22:47:00 +01:00
server Initial commit 2024-12-28 16:06:57 +01:00
store feat : concept creation 2025-01-13 22:33:55 +01:00
.gitignore Initial commit 2024-12-28 16:06:57 +01:00
.gitmodules chore : move event submodule 2024-12-29 12:57:47 +01:00
app.vue feat : concept grid view 2025-01-14 22:47:00 +01:00
eslint.config.mjs feat : concept creation 2025-01-13 22:33:55 +01:00
nuxt.config.ts feat : concept grid view 2025-01-14 22:47:00 +01:00
package-lock.json feat : concept grid view 2025-01-14 22:47:00 +01:00
package.json feat : concept grid view 2025-01-14 22:47:00 +01:00
README.md Initial commit 2024-12-28 16:06:57 +01:00
tsconfig.json feat : working UI for words 2024-12-29 19:34:26 +01: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.