Skip to content

NSFI/fishd-mobile-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

快速创建fishd-mobile组件文件目录

fm create Button

会在组件库项目source/components目录下创建以下目录及文件

└── Button
  ├── PropsType.tsx
  ├── Button.tsx
  ├── index.tsx
  ├── style
  │   └── index.less
  └── test
      ├── demo.test.js
      └── index.test.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.2%
  • TypeScript 28.1%
  • Less 1.7%