A little showcase to demonstrate the capabilities of the Miranum IDE.
For more Information on miranum, visit miranum.com or https://github.com/Miragon/miranum-ide
# Install dependencies
npm install
# Deploy to local dev environment
npm run deploy:local
# Deployment to development stage
npm run deploy:dev
# Deployment to test stage
npm run deploy:test
# Deployment to production stage
npm run deploy:prod
You may also want to install the miranum-ide vscode extensions to get the best experience.
Deployment in VSCode
- Open the command palette (Ctrl+Shift+P)
- Search for
deploy:local
and run it
- Generate project with Miranum Console
- Alternatively, you can use the
miranum
cli to generate a new project npx @miragon/miranum-cli generate --name my-showcase --path my-showcase
- Alternatively, you can use the
- Open the project in Miranum IDE
- Checkout the project structure and VS-Code Extensions
- miranum.json
- Bpmn processes
- Forms
- Element Templates
- Configs
- Deploy the project to local dev environment
- Use the command palette (Ctrl+Shift+P) and run
deploy:local
npm run deploy:local
- Use the command palette (Ctrl+Shift+P) and run
- Edit the process showcase-Miranum-IDE.bpmn
- Add a new task
- Add a new form
- Call the Email Integration using an element template
- Deploy the project to development stage
- Use the command palette (Ctrl+Shift+P) and run
deploy:dev
npm run deploy:dev
- Use the command palette (Ctrl+Shift+P) and run
- Have a look at Miranum-Deployment
- Open the documentation at https://miranum.com/docs/components/miranum-ide/miranum-deployment