Skip to content

Repository files navigation

Setup

Make sure to install the dependencies:

pnpm install @poidet/nuxt

Then add the dependency to their extends in nuxt.config.ts:

export default defineNuxtConfig({
  extends: '@poidet/nuxt'
});

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Or statically generate it with:

pnpm generate

Locally preview production build:

pnpm preview

Checkout the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages