Socket
Socket
Sign inDemoInstall

antd-component-boilerplate

Package Overview
Dependencies
107
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    antd-component-boilerplate

基于 Antd 组件的基础,一个组件集合样板,便捷的开发扩展组件


Version published
Weekly downloads
7
increased by133.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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
  • Test

Keywords

FAQs

Last updated on 10 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc