@21epub/epub-form-validation 中文文档教程
@21epub/epub-form-validation
epub 表单验证
Intro
这个是反应的组件。
Feature
- [x] Easy-to-use
- [x] Typescript Support
Install
npm install --save @21epub/epub-form-validation
Usage
import React, { Component } from 'react'
import MyComponent from '@21epub/epub-form-validation'
import '@21epub/epub-form-validation/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
有关详细信息:请参阅示例
Developing and running on localhost
首先安装依赖项,然后为 parcel dev 安装 peerDeps:
npm install
npm run install-peers
以热模块重新加载模式运行示例:
npm start
创建 parcel 示例生产构建:
npm run build-prod
创建捆绑库模块构建:
npm run build
Running
打开文件 dist/index .html
在浏览器中
Testing
运行单元测试:
npm test
License
MIT © icey0126
@21epub/epub-form-validation
validation for epub form
Intro
This is a component for react.
Feature
- [x] Easy-to-use
- [x] Typescript Support
Install
npm install --save @21epub/epub-form-validation
Usage
import React, { Component } from 'react'
import MyComponent from '@21epub/epub-form-validation'
import '@21epub/epub-form-validation/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
For Details: See Example
Developing and running on localhost
First install dependencies and then install peerDeps for parcel dev:
npm install
npm run install-peers
To run Example in hot module reloading mode:
npm start
To create a parcel example production build:
npm run build-prod
To create a bundle library module build:
npm run build
Running
Open the file dist/index.html
in your browser
Testing
To run unit tests:
npm test
License
MIT © icey0126