download the file tangram-bin.zip
- unzip the
tangram-bin.ziptotarget-path. eg:C:\tangram - add
TANGRAM_HOMEtoenvironment variable.eg:
TANGRAM_HOME=C:\tangram;
- append
binpath toPATHvariable
PATH=...;%TANGRAM_HOME%\bin;
- unzip the
tangram-bin.ziptotarget-path. eg:~/tangram - append below conent to
~/.bash_profile
export TANGRAM_HOME=~/tangram
export PATH=$PATH:$TANGRAM_HOME/bin
- run below command
source ~/.bash_profile
-
tangram buildcreate
router、premissionandauth -
tangram create moduleNamecreate module which named
moduleName
- dependency
- data permission
Tangram is licensed under the GPL-3.0 License - see the LICENSE file for details