Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).