Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 3.56 KB

File metadata and controls

75 lines (50 loc) · 3.56 KB

camunda-formio-tasklist-vue

Join the chat at https://gitter.im/forms-flow-ai/community Join the chat at https://stackoverflow.com/questions/tagged/formsflow.ai

image

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.

ℹ️ Things to look out for when integrating

  • 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.

✨ Components

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

🚖 Project Setup

Local Project setup

npm install

Compiles and hot-reloads for development

npm run serve

build for production with minification

npm run build

build for production and view the bundle analyzer report

npm run build --report

Customize configuration

See Configuration Reference.

If you are interested in contributing to the project 😍, do checkout our style guide to follow project guidelines

⚠️ License

Code is released under the Apache License, Version 2.0.