Go to file
Xeovalyte 93dc92b56e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
first release
2023-02-09 20:17:22 +01:00
assets/css first release 2023-02-09 20:17:22 +01:00
.gitignore Initial commit 2023-01-28 16:16:38 +01:00
.woodpecker.yml first release 2023-02-09 20:17:22 +01:00
app.vue added heading 2023-01-28 17:28:31 +01:00
Dockerfile Initial commit 2023-01-28 16:16:38 +01:00
LICENSE Initial commit 2023-01-28 16:16:38 +01:00
nuxt.config.ts first release 2023-02-09 20:17:22 +01:00
package-lock.json first release 2023-02-09 20:17:22 +01:00
package.json first release 2023-02-09 20:17:22 +01:00
README.md Initial commit 2023-01-28 16:16:38 +01: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

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.