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

https://github.com/dodycode/signature-app

Canvas based signature web app
https://github.com/dodycode/signature-app

Last synced: 3 months ago
JSON representation

Canvas based signature web app

Awesome Lists containing this project

README

          

# signature-app
Canvas based signature web application. Made for practice purposes.

![demo](https://res.cloudinary.com/kirzsite/image/upload/v1566232082/personalpage/Screenshot_2019-03-21_13-32-19.png)

### Materials
* [Vue JS](https://vuejs.org/)
* [Vue Signature Pad](https://github.com/neighborhood999/vue-signature-pad)

## Project setup
```
npm install
```

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

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