You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
594 B

10 months ago
Your contributions are welcome.
Don't hesitate to open an issue if you have trouble.
### Setup Dev Environment
Clone the repository and run
```
npm install
```
We use a locally served version of the [demo page](https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html) during development.
To get that started run
```
npm run dev
```
### Commit Messages
The version number of releases is automatically determined form commit messages.
This only works if we follow [Angular Commit Message Conventions](https://github.com/semantic-release/semantic-release#commit-message-format).