Skip to content

NyllRE/dynamic-form-usage

Repository files navigation

Nuxt Form Engine - Usage Example

This is a Nuxt 4 application demonstrating the usage of the Nuxt Form Engine module.

Setup

Add the Nuxt Form Engine layer to your nuxt.config.ts:

export default defineNuxtConfig({
  extends: ['../nuxt-form-engine'],
})

make sure that the path to the layer is correct. you have to have the nuxt-form-engine folder next to this project folder.

- /projects
  |-- /nuxt-form-engine
  |-- /your-project

or just ensure you're using the correct relative path.

Make sure to install dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages