[](LICENSE) [](https://pkg.pr.new/~/bcgov/connect-nuxt)
npm install @sbc-connect/nuxt-forms 
This package provides a library of reusable form components, integrated validation logic, and composables to standardize form creation and handling across all filings.
For detailed usage and API documentation, please see the Forms Layer Docs.
``bash`
pnpm install @sbc-connect/nuxt-forms
in nuxt.config:> [!NOTE]
>
@sbc-connect/nuxt-forms already includes @sbc-connect/nuxt-base, it is not necessary to install @sbc-connect/nuxt-base.`ts
defineNuxtConfig({
extends: '@sbc-connect/nuxt-forms'
})
``Create a file named .env in the root of the project.
Copy the contents of the .env.example file into your new .env file.
To obtain the correct values for a production build or deployment, please contact the Connect Platform Team.