@poidet/nuxt

1.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @poidet/nuxt

Weekly Downloads

5

Version

1.0.1

License

none

Unpacked Size

3.28 kB

Total Files

7

Last publish

Collaborators

  • tak_ne_poidet