Skip to content

chouchou900822/fnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fnt

安装

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

avatar

运行

$ fnt create new-project
$ cd new-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

Releases

No releases published

Packages

No packages published