This is an NPM package for using the formsflow.ai solution. It can be used as a Vue component build to integrate Camunda Tasklist, associated forms in a bundled solution.
📥 You can install it NPM package manager.
- Install the latest version of Camunda-formio-tasklist-vue and bootstrap-vue
- Ensure you import the appropriate Vue component as defined in TaskList View and do the environment configuration in the integrated solution.
- In your
main.ts
remember to import bootstrap-vue dependencies. Refer to this example project. - Write a separate router in the integration project for defining routers for
Application History
view submission
using our component to view the Form. - Define CSS variable in your file
--bs-primary
and give some color to your buttons. example:root { --bs-primary: #0d6efd;}
A sample project which was used for integration camunda-formio-tasklist-vue
components can be found 👉 here.
TaskList component - The customizable component which can be used to integrate formsflow.ai solution in your Vue.js based project.
🔰 Documentation for TaskList component
FormViewSubmission component - The component for viewing the Forms Submission.
🔰 Documentation for FormViewSubmission component
You can checkout the available formio custom events which can be used in camunda-formio-tasklist-vue here
npm install
npm run serve
npm run build
npm run build --report
If you are interested in contributing to the project 😍, do checkout our style guide to follow project guidelines
Code is released under the Apache License, Version 2.0.