mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-02 12:13:42 +00:00
docs(setup.md): add ids project
This commit is contained in:
parent
6be9a9e0e4
commit
c103f6863d
@ -88,6 +88,7 @@ git clone git@github.com:bpmn-io/moddle.git > /dev/null
|
||||
git clone git@github.com:bpmn-io/moddle-xml.git > /dev/null
|
||||
git clone git@github.com:bpmn-io/bpmn-js.git > /dev/null
|
||||
git clone git@github.com:bpmn-io/bpmn-moddle.git > /dev/null
|
||||
git clone git@github.com:bpmn-io/ids.git > /dev/null
|
||||
|
||||
echo done.
|
||||
|
||||
@ -126,6 +127,11 @@ mkdir node_modules
|
||||
ln -s $base/diagram-js node_modules/diagram-js
|
||||
npm install > /dev/null
|
||||
|
||||
echo setup ids
|
||||
|
||||
cd $base/ids
|
||||
npm install > /dev/null
|
||||
|
||||
echo setup bpmn-js
|
||||
|
||||
cd $base/bpmn-js
|
||||
@ -134,6 +140,7 @@ ln -s $base/moddle node_modules/moddle
|
||||
ln -s $base/bpmn-moddle node_modules/bpmn-moddle
|
||||
ln -s $base/diagram-js node_modules/diagram-js
|
||||
ln -s $base/diagram-js-direct-editing node_modules/diagram-js-direct-editing
|
||||
ln -s $base/ids node_modules/ids
|
||||
npm install > /dev/null
|
||||
|
||||
echo all done.
|
||||
|
Loading…
x
Reference in New Issue
Block a user