3.1.1 • Published 7 years ago

@gongt/micro-build v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

microbuild

安裝

npm i -g typescript@latest  # 安裝tsc,如果已有就不用再裝

git clone https://github.com/GongT/micro-build.git
cd micro-build
npm i
tsc -p src
npm link
cd ..

git clone https://github.com/GongT/jenv.git
cd jenv
npm i
tsc -p src
npm link
cd ..

jenv --pull --global xxxxxxxxxxxxxxx  # <- 配置文件clone-url

使用

配置文件相关文档参考 JENV

运行已有项目

不支持windows,mac可能有问题

首次运行

cd /path/to/project
npm install
jenv --set xxxxxxxxxx    # 配置文件集合名称
jenv --env yyyyyyyyyy    # 配置文件名称

开始调试服务器

cd /path/to/project
microbuild debug

部署

仅支持生产环境,centos、fedora

cd /path/to/project
microbuild debug
3.1.1

7 years ago

3.1.0

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.6.3

7 years ago

1.6.2

7 years ago

1.6.0

7 years ago

1.5.8

7 years ago

1.5.7

7 years ago

1.5.4

7 years ago

1.5.2

7 years ago

1.5.0

7 years ago

1.5.0-1

7 years ago

1.4.5

7 years ago

1.4.2

7 years ago

1.4.0

7 years ago

1.3.4

7 years ago

1.3.5

7 years ago