@poidet/nuxt
v1.0.1
Published
Make sure to install the dependencies:
Downloads
2
Readme
Setup
Make sure to install the dependencies:
pnpm install @poidet/nuxtThen 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 devProduction
Build the application for production:
pnpm buildOr statically generate it with:
pnpm generateLocally preview production build:
pnpm previewCheckout the deployment documentation for more information.
