No description
  • Vue 62.8%
  • TypeScript 26%
  • JavaScript 10.2%
  • GLSL 0.5%
  • Dockerfile 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-08-02 20:04:56 +02:00
.gitea/workflows Merge branch 'main' of git.legonzaur.fr:heronfief/front 2024-08-02 20:04:56 +02:00
.vscode Enable vue hybryd mode 2024-05-14 18:27:00 +02:00
assets Fix shader 2024-05-24 20:13:05 +02:00
components Merge branch 'main' of git.legonzaur.fr:heronfief/front 2024-05-24 20:56:38 +02:00
helpers feat: routes, clickable erika, kill sound 2024-05-12 12:03:33 +02:00
netcode Feat : more interesting lobby button messages 2024-05-17 15:22:57 +02:00
pages wrap market and player list in containers 2024-05-24 12:14:37 +02:00
public feat: new favicon attempt 2024-05-22 20:05:52 +02:00
server Initial commit 2024-04-05 16:03:48 +02:00
stores Allow using vsync 2024-05-24 17:49:08 +02:00
.gitattributes add .ico to lfs 2024-05-17 18:46:59 +02:00
.gitignore Initial commit 2024-04-05 16:03:48 +02:00
app.vue Feat: add persistentSettingsStore using LocalStorage plugin 2024-05-19 18:44:57 +02:00
Dockerfile Fix Dockerfile 2024-05-09 00:03:37 +02:00
nuxt.config.ts WIP : shader Worker 2024-05-22 10:32:42 +02:00
package-lock.json Animate shader background 2024-05-24 19:15:47 +02:00
package.json Animate shader background 2024-05-24 19:15:47 +02:00
README.md Initial commit 2024-04-05 16:03:48 +02:00
tsconfig.json Initial commit 2024-04-05 16:03:48 +02:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.