@x2s/components
v0.6.5
Published
基于 Antd 组件扩展的组件
Readme
antd-component-boilerplate
基于 Antd 组件的基础,一个组件集合样板,便捷的开发扩展组件
Basic Usage
Clone the repo : git clone https://github.com/noyobo/antd-component-boilerplate my-component.
To get started with fresh history, do this:
cd my-componentrm -rf .git(or in Windowsrmdir .git /S /Q) - Remove Git databasegit init- Initialize a new Git repositorygit add .- Add all files to staginggit commit -am "Initial commit"- Commit the files
Commands
Publish
Roadmap
- [ ] Demo preview
- [ ] Website
- [x] Test
