1.0.1 • Published 7 months ago

@poidet/nuxt v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

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.