Create Nuxt extendable layer with this GitHub template.
npm install @fdcn/popcornCreate Nuxt extendable layer with this GitHub template.
Make sure to install the dependencies:
``bash`
pnpm install
First, install the package with your favorite package manager:
`bash`
pnpm install @fdcn/popcorn
Add the dependency to their extends in nuxt.config:
`ts`
defineNuxtConfig({
extends: '@fdcn/popcorn'
})
Start the development server on http://localhost:3000
`bash`
pnpm dev
Build the application for production:
`bash`
pnpm build
Or statically generate it with:
`bash`
pnpm generate
Locally preview production build:
`bash``
pnpm preview
Checkout the deployment documentation for more information.