No description
  • Vue 77.3%
  • TypeScript 16.1%
  • Makefile 4%
  • Dockerfile 1.2%
  • JavaScript 1%
  • Other 0.4%
Find a file
freesker cf7885bf43
All checks were successful
/ versioning (push) Successful in 5s
/ docker-build (push) Successful in 2m49s
Merge pull request 'develop' (#9) from develop into main
Reviewed-on: #9
2025-05-01 23:29:19 +02:00
.flox 🧑‍💻 Update flox packages 2025-05-01 23:27:01 +02:00
.forgejo/workflows 💚 Fix secrets 2025-04-16 23:18:07 +02:00
.husky ✏Don't do package get on load 2025-04-25 16:01:10 +02:00
@types Init commit 2024-11-17 12:12:56 +01:00
components Add generate access token for selected user + fix edit user 2025-05-01 23:27:34 +02:00
composables ✏Don't do package get on load 2025-04-25 16:01:10 +02:00
layouts ⬆️ Replace tolgee plugin by mine 2025-04-14 14:14:29 +02:00
pages ⬆️ Replace tolgee plugin by mine 2025-04-14 14:14:29 +02:00
public New font + update packages + new tolgee config 2024-12-26 19:00:02 +01:00
stores Init commit 2024-11-17 12:12:56 +01:00
tools Init commit 2024-11-17 12:12:56 +01:00
types Add generate access token for selected user + fix edit user 2025-05-01 23:27:34 +02:00
.dockerignore Init commit 2024-11-17 12:12:56 +01:00
.env.example 🔧 Add missing env 2025-05-01 23:26:20 +02:00
.envrc 🧑‍💻 Replace devenv by flox 2025-04-14 11:02:38 +02:00
.gitignore 🧑‍💻 Replace devenv by flox 2025-04-14 11:02:38 +02:00
.npmrc Init commit 2024-11-17 12:12:56 +01:00
.tolgeerc 💚 Add missing tolgee config 2024-12-27 13:43:33 +01:00
app.config.ts Init commit 2024-11-17 12:12:56 +01:00
app.vue ⬆️ Replace tolgee plugin by mine 2025-04-14 14:14:29 +02:00
docker-compose.yml Init commit 2024-11-17 12:12:56 +01:00
Dockerfile 💚 Fix tolgee 2025-04-14 15:07:00 +02:00
eslint.config.mjs New font + update packages + new tolgee config 2024-12-26 19:00:02 +01:00
Makefile Init commit 2024-11-17 12:12:56 +01:00
nuxt.config.ts 🔧 Add missing env 2025-05-01 23:26:20 +02:00
package.json Add debounce func 2025-04-25 16:02:27 +02:00
pnpm-lock.yaml Add debounce func 2025-04-25 16:02:27 +02:00
README.md Init commit 2024-11-17 12:12:56 +01:00
sonar-project.properties Init commit 2024-11-17 12:12:56 +01:00
tsconfig.json Init commit 2024-11-17 12:12:56 +01:00
uno.config.ts New font + update packages + new tolgee config 2024-12-26 19:00:02 +01:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.