import { Form, Input, Button } from 'antd';
<MaskedInput className='ant-input' />
- Console:
npm install gh-pages --save-dev
- Add properties to package.json file:
"homepage": "http://anrekov.github.io/Login_antD",
"name": "login-antdesign",
// ...
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
// ...
-
add remote
-
npm run deploy