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

https://github.com/erdemkeren/vue-form-builder

A dynamic form builder app with import/export functionalities.
https://github.com/erdemkeren/vue-form-builder

Last synced: 3 months ago
JSON representation

A dynamic form builder app with import/export functionalities.

Awesome Lists containing this project

README

        

# vue-form-builder

This is a dynamic form builder application with import/export options.

See: https://erdemkeren.github.io/vue-form-builder/

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).