No description
  • TypeScript 50.6%
  • Vue 42.8%
  • JavaScript 6.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-05-06 14:37:07 +02:00
.vscode feat : concept creation 2025-01-13 22:33:55 +01:00
components remove concept 2025-05-06 14:25:09 +02:00
middleware id what this is 2025-01-11 10:24:56 +01:00
netcode chore: formatting 2025-05-06 14:37:07 +02:00
pages remove concept 2025-05-06 14:25:09 +02: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 chore: formatting 2025-05-06 14:37:07 +02: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 chore: formatting 2025-05-06 14:37:07 +02: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 Update packages 2025-05-06 14:11:25 +02:00
package.json Update packages 2025-05-06 14:11:25 +02: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.