1.0.0 • Published 6 years ago

fnt-cli v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

fnt

安装

富能通服务平台

# 选择完免登授权类型之后填写对应的参数
# 参数在富能通服务平台上
$ npm install fnt -g

avatar

运行

$ fnt project-name
$ cd project/ && npm install && npm run dev
$ cd client && npm install && npm run dev

代码贡献流程

  1. Fork这个项目
  2. 创建你的feature分支 (git checkout -b my-new-feature)
  3. Commit更改 (git commit -am 'Add some feature')
  4. Push到这个分支 (git push origin my-new-feature)
  5. 新建Pull Request