Go to file
Xeovalyte 8733fa0280
Build and Deploy / Deploy (push) Successful in 1m29s Details
fixed umami
2023-06-10 16:44:35 +02:00
.gitea/workflows Update '.gitea/workflows/ci.yml' 2023-05-01 15:53:05 +02:00
assets added logo second time 2023-02-09 20:33:32 +01:00
components migrated actions 2023-04-02 17:41:30 +02:00
composables added a leftbar 2023-02-12 10:59:55 +01:00
pages added a leftbar 2023-02-12 10:59:55 +01:00
plugins revert 2023-02-09 20:21:20 +01:00
public added log 2023-02-09 20:30:59 +01:00
.gitignore Initial commit 2023-01-28 16:16:38 +01:00
.prettierigonore revert 2023-02-09 20:21:20 +01:00
.prettierrc.json revert 2023-02-09 20:21:20 +01:00
Dockerfile migrated actions 2023-04-02 17:41:30 +02:00
LICENSE Initial commit 2023-01-28 16:16:38 +01:00
README.md Initial commit 2023-01-28 16:16:38 +01:00
app.vue added heading 2023-01-28 17:28:31 +01:00
nuxt.config.ts fixed umami 2023-06-10 16:44:35 +02:00
package-lock.json fixed umami 2023-06-10 16:44:35 +02:00
package.json fixed umami 2023-06-10 16:44:35 +02:00
tailwind.config.js added heading 2023-01-28 17:28:31 +01:00
tsconfig.json more modifications 2023-02-06 14:17:50 +01:00

README.md

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 --shamefully-hoist

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

Checkout the deployment documentation for more information.