@wix/vibe-forms-app-plugin
v0.32.19
Published
A Wix Vibe plugin that generates forms definitions, creates schemas and integrates forms into the Vibe site.
Maintainers
Keywords
Readme
Wix Vibe Forms App Plugin
A Wix Vibe plugin that generates forms definitions, creates schemas and integrates forms into the Vibe site.
Development
# Install dependencies
yarn install
# Build the plugin
yarn build
# Build the plugin in watch mode
yarn build --watch
# Fix linting issues
yarn lint:fixTo use local build of vibe-forms-plugin-files, set useLocal param to true on install function.
await unzipAndMergePluginFiles(env, true);Publishing new version
Manually update package version in package.json.
