Skip to content

Commit

Permalink
Merge pull request didi#17 from renmm/master
Browse files Browse the repository at this point in the history
add form validator
  • Loading branch information
renmm authored Apr 11, 2019
2 parents d7b00ca + 0e1896e commit 8a1db18
Show file tree
Hide file tree
Showing 87 changed files with 10,563 additions and 206 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ npm install
npm start
```

create new module

```
lerna create @pile-ui/xx packages
```

css build

```
Expand Down
3 changes: 2 additions & 1 deletion bundle/lib/pile.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundle/lib/pile.esm.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion bundle/lib/pile.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundle/lib/pile.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"@pile-ui/inputfiled": "^2.0.4-alpha.0",
"@pile-ui/radio": "^2.0.4-alpha.0",
"@pile-ui/switch": "^2.0.4-alpha.0",
"@pile-ui/toast": "^2.0.4-alpha.0"
"@pile-ui/toast": "^2.0.4-alpha.0",
"@pile-ui/validator": "^2.0.4-alpha.0"
},
"gitHead": "10cdb82fc10416b88207ba6ee8001edacd4514a2"
}
1 change: 1 addition & 0 deletions bundle/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export { default as Switch } from '@pile-ui/switch';
export { default as InputFiled } from '@pile-ui/inputfiled';
export { default as Radio } from '@pile-ui/radio';
export { default as Alert } from '@pile-ui/alert';
export { default as Validator } from '@pile-ui/validator';
Loading

0 comments on commit 8a1db18

Please sign in to comment.