Go to file
Xeovalyte 0340ce23e7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
added favicon
2023-02-09 20:22:08 +01:00
assets/css added favicon 2023-02-09 20:22:08 +01:00
components revert 2023-02-09 20:21:20 +01:00
pages revert 2023-02-09 20:21:20 +01:00
plugins revert 2023-02-09 20:21:20 +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
.woodpecker.yml revert 2023-02-09 20:21:20 +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 revert 2023-02-09 20:21:20 +01:00
package-lock.json revert 2023-02-09 20:21:20 +01:00
package.json revert 2023-02-09 20:21:20 +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.