No description
  • Vue 54.5%
  • TypeScript 35.9%
  • Dockerfile 3.1%
  • Makefile 2.7%
  • Nix 1.6%
  • Other 2.2%
Find a file Use this template
2024-10-28 21:47:33 +01:00
.docker 🚀 Add template 2024-10-28 21:47:33 +01:00
.forgejo/workflows 🚀 Add template 2024-10-28 21:47:33 +01:00
.husky 🚀 Add template 2024-10-28 21:47:33 +01:00
.vscode 🚀 Add template 2024-10-28 21:47:33 +01:00
assets/img 🚀 Add template 2024-10-28 21:47:33 +01:00
composables 🚀 Add template 2024-10-28 21:47:33 +01:00
layouts 🚀 Add template 2024-10-28 21:47:33 +01:00
pages 🚀 Add template 2024-10-28 21:47:33 +01:00
public 🚀 Add template 2024-10-28 21:47:33 +01:00
server/api 🚀 Add template 2024-10-28 21:47:33 +01:00
tools 🚀 Add template 2024-10-28 21:47:33 +01:00
.dockerignore 🚀 Update server template 2023-09-05 18:41:40 +02:00
.env.example Improve API_URL var for build 2024-02-29 14:40:01 +01:00
.envrc 🚀 Add template 2024-10-28 21:47:33 +01:00
.gitignore 🚀 Add template 2024-10-28 21:47:33 +01:00
.node-version 🚀 Update server template 2023-09-05 18:41:40 +02:00
.npmrc 🚀 Add template 2024-10-28 21:47:33 +01:00
app.vue 🚀 Add template 2024-10-28 21:47:33 +01:00
devenv.lock 🚀 Add template 2024-10-28 21:47:33 +01:00
devenv.nix 🚀 Add template 2024-10-28 21:47:33 +01:00
devenv.yaml 🚀 Add template 2024-10-28 21:47:33 +01:00
eslint.config.mjs 🚀 Add template 2024-10-28 21:47:33 +01:00
LICENSE 🚀 Add template 2024-10-28 21:47:33 +01:00
Makefile 🚀 Add template 2024-10-28 21:47:33 +01:00
nuxt.config.ts 🚀 Add template 2024-10-28 21:47:33 +01:00
package.json 🚀 Add template 2024-10-28 21:47:33 +01:00
pnpm-lock.yaml 🚀 Add template 2024-10-28 21:47:33 +01:00
README.md 🚀 Add template 2024-10-28 21:47:33 +01:00
sonar-project.properties 🚀 Add template 2024-10-28 21:47:33 +01:00
tsconfig.json 🚀 Add template 2024-10-28 21:47:33 +01:00
uno.config.ts 🚀 Add template 2024-10-28 21:47:33 +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.