No description
  • Vue 47.5%
  • TypeScript 43.4%
  • Makefile 2.4%
  • Dockerfile 2.2%
  • JavaScript 2.1%
  • Other 2.4%
Find a file Use this template
2025-01-30 22:51:12 +01:00
.docker 💚 Update CI 2025-01-30 22:51:12 +01:00
.forgejo/workflows 💚 Update CI 2025-01-30 22:51:12 +01:00
.husky 🚀 Add template 2024-10-28 21:53:41 +01:00
.vscode 🧑‍💻 Set default formatter 2024-12-19 19:40:29 +01:00
@types 🚀 Add api wrapper 2024-12-26 16:29:42 +01:00
assets/img 🚀 Add template 2024-10-28 21:53:41 +01:00
composables 🚀 Add api wrapper 2024-12-26 16:29:42 +01:00
layouts ⬆️ Update deps + fix lib 2025-01-30 22:07:32 +01:00
pages 🚀 Add template 2024-10-28 21:53:41 +01:00
public 💄 Add luciole font 2024-12-26 15:49:16 +01:00
server/api 🚀 Add template 2024-10-28 21:53:41 +01:00
tools 🚀 Add template 2024-10-28 21:53:41 +01:00
types 🚀 Add api wrapper 2024-12-26 16:29:42 +01:00
.dockerignore 🚀 Add template 2024-10-28 21:53:41 +01:00
.env.example 🧑‍💻 Update env example 2024-12-19 19:35:44 +01:00
.envrc 🚀 Add template 2024-10-28 21:53:41 +01:00
.gitignore 🚀 Add template 2024-10-28 21:53:41 +01:00
.node-version 🚀 Add template 2024-10-28 21:53:41 +01:00
.npmrc 🚀 Add template 2024-10-28 21:53:41 +01:00
.tolgeerc Add tolgee cli 2024-12-19 19:39:33 +01:00
app.vue 🚀 Add template 2024-10-28 21:53:41 +01:00
devenv.lock 🚀 Add template 2024-10-28 21:53:41 +01:00
devenv.nix 🚀 Add template 2024-10-28 21:53:41 +01:00
devenv.yaml 🚀 Add template 2024-10-28 21:53:41 +01:00
eslint.config.mjs ️ Update eslint 2024-12-19 19:38:30 +01:00
LICENSE Initial commit 2024-10-16 22:38:25 +02:00
Makefile 🧑‍💻 Fix makefile 2024-12-19 19:36:25 +01:00
nuxt.config.ts ⬆️ Update deps + fix lib 2025-01-30 22:07:32 +01:00
package.json ⬆️ Update deps + fix lib 2025-01-30 22:07:32 +01:00
pnpm-lock.yaml ⬆️ Update deps + fix lib 2025-01-30 22:07:32 +01:00
README.md 🚀 Add template 2024-10-28 21:53:41 +01:00
tsconfig.json 🚀 Add template 2024-10-28 21:53:41 +01:00
uno.config.ts 💄 Add luciole font 2024-12-26 15:49:16 +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.