Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrogabriel/vue-form-render
Package
https://github.com/pedrogabriel/vue-form-render
form form-validation reactive-form vue
Last synced: about 1 month ago
JSON representation
Package
- Host: GitHub
- URL: https://github.com/pedrogabriel/vue-form-render
- Owner: PedroGabriel
- Created: 2020-07-01T15:22:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T18:31:58.000Z (about 3 years ago)
- Last Synced: 2024-12-01T05:37:00.801Z (about 1 month ago)
- Topics: form, form-validation, reactive-form, vue
- Language: Vue
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# form-handler
Mascaras disponíveis:
**cpf** `###.###.###-##`
**cnpj** `##.###.###.####-##`
**cnpjcpf** `##.###.###.####-##` ou `###.###.###-##`
**cpfcnpj** `###.###.###-##` ou `##.###.###.####-##`
**date** `##/##/####`
**dateiso** `####-##-##`
**datetime** `##/##/#### ##:##`
**day** `##`
**month** `##`
**year** `####`
**time** `##:##`
**timeseconds** `##:##:##`
**celphone** `(##) #####-####`
**landline** `(##) ####-####`
**phone** `(##) ####-####` ou `(##) #####-####`
**zipcode** `#####-###`
**carplate** `AAA-AAAA`## Project setup
```
npm install
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).