1.0.4 • Published 8 months ago
react-cron-cn v1.0.4
✨ Online preview
https://mkgrow.github.io/cron-react/#/
📦 Install
npm install react-cron-cn
yarn 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 git@github.com:mkgrow/cron-react.git
$ cd cron-react
$ npm install
$ npm start
Open 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 | - |