@poidet/nuxt
v1.0.1
Published
Make sure to install the dependencies:
Downloads
1
Readme
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.