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.
- Host: GitHub
- URL: https://github.com/wurde/formlight
- Owner: wurde
- License: mit
- Created: 2020-01-22T22:47:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:13:38.000Z (about 3 years ago)
- Last Synced: 2025-01-10T00:17:13.580Z (about 1 year ago)
- Topics: express, framework, javascript, nodejs, vue, vue-router
- Language: Vue
- Size: 2.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Form Light
A lightweight Form Builder web app using Vue.js.
## Preview

## 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)