# 选择完免登授权类型之后填写对应的参数
# 参数在富能通服务平台上
$ npm install fnt -g
$ fnt create new-project
$ cd new-project/ && npm install && npm run dev
$ cd client && npm install && npm run dev
- Fork这个项目
- 创建你的feature分支 (
git checkout -b my-new-feature
) - Commit更改 (
git commit -am 'Add some feature'
) - Push到这个分支 (
git push origin my-new-feature
) - 新建Pull Request