Go to file
2023-02-06 14:17:50 +01:00
assets/css more modifications 2023-02-06 14:17:50 +01:00
.gitignore Initial commit 2023-01-28 16:16:38 +01:00
.woodpecker.yml added heading 2023-01-28 17:28:31 +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 more modifications 2023-02-06 14:17:50 +01:00
package-lock.json more modifications 2023-02-06 14:17:50 +01:00
package.json more modifications 2023-02-06 14:17:50 +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.