- Fork the repo and clone locally
- Follow README to Start and Test
- Use command 'gulp component --name 'youNewComponent' to generator new component.
- Please complete the component in lib and demo (example/client/app/components)
- And we suggest the unit test coverage should over then 90%.(you will see the coverage file after run npm test)
- Push your changes to your fork and submit a pull request