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

https://github.com/wurde/formlight

A lightweight Form Builder web app using Vue.js.
https://github.com/wurde/formlight

express framework javascript nodejs vue vue-router

Last synced: 8 months ago
JSON representation

A lightweight Form Builder web app using Vue.js.

Awesome Lists containing this project

README

          

# Form Light

A lightweight Form Builder web app using Vue.js.

## Preview

![GIF of Form Light](assets/output.gif)

## Getting Started

Quickly get a development version running locally.

```
git clone https://github.com/wurde/formlight
cd formlight
npm install
npm start
```

## Testing

Both client and server applications have tests. The client
uses the Cypress integration testing framework. The server
uses Jest and `supertest` for unit testing RESTful endpoints.

```
npm install
npm test
```

## License

[MIT License](LICENSE)