react-cron-cn
v1.0.4
Published
https://mkgrow.github.io/cron-react/#/
Readme
✨ Online preview
https://mkgrow.github.io/cron-react/#/
📦 Install
npm install react-cron-cnyarn add react-cron-cn🔨 Usage
import React from 'react';
import Cron from 'react-cron-cn';
const App = () => (
<>
<Cron defaultType='customize' value={value} onChange={setValue} />
</>
);⌨️ Development
clone locally:
$ git clone [email protected]:mkgrow/cron-react.git
$ cd cron-react
$ npm install
$ npm startOpen your browser and visit http://localhost:8000
🤖 Command introduction
| Name | Description | Remarks |
| ----------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| npm install | Install dependencies | - |
| npm start | Project begining | Document usage dumi, component development and documentation development together |
| npm test | Component test | - |
| npm run test:coverage | Code coverage review | - |
| npm run prettier | Code prettier | - |
| npm run build | Component packaging | Use father | |
| npm run docs:build | Document packaging | - |
| npm run docs:deploy | Document release | The default is to use GitHub Pages |
| npm run deploy | Document package release | - |
