@x2s/components

0.6.5 • Public • Published

Dependency Status

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:

  1. cd my-component
  2. rm -rf .git (or in Windows rmdir .git /S /Q) - Remove Git database
  3. git init - Initialize a new Git repository
  4. git add . - Add all files to staging
  5. git commit -am "Initial commit" - Commit the files

Commands

  • Publish

Roadmap

  • [ ] Demo preview
  • [ ] Website
  • [x] Test

/@x2s/components/

    Package Sidebar

    Install

    npm i @x2s/components

    Weekly Downloads

    32

    Version

    0.6.5

    License

    MIT

    Unpacked Size

    781 kB

    Total Files

    133

    Last publish

    Collaborators

    • noyobo