Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 335 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 335 Bytes

FIS3 脚手架默认模板

build with fis3

安装 fis3

npm install fis3 -g

初始化

mkdir demo
cd demo
fis3 init

运行 & 预览

fis3 release
fis3 server start

产出产品代码

fis3 release production -d ./output