download the file tangram-bin.zip
- unzip the
tangram-bin.zip
totarget-path
. eg:C:\tangram
- add
TANGRAM_HOME
toenvironment variable
.eg:
TANGRAM_HOME=C:\tangram;
- append
bin
path toPATH
variable
PATH=...;%TANGRAM_HOME%\bin;
- unzip the
tangram-bin.zip
totarget-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 build
create
router
、premission
andauth
-
tangram create moduleName
create module which named
moduleName
- dependency
- data permission
Tangram is licensed under the GPL-3.0 License - see the LICENSE file for details