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

https://github.com/konifar/kyash-barcode-generator

Simple web tool to generate Kyash barcode.
https://github.com/konifar/kyash-barcode-generator

barcode-generator kyash typescript vuejs vuejs2

Last synced: about 1 month ago
JSON representation

Simple web tool to generate Kyash barcode.

Awesome Lists containing this project

README

          

# kyash-barcode-generator

Simple web tool to generate Kyash barcode.
You can install Kyash via [Google Play Store](https://play.google.com/store/apps/details?id=co.kyash) / [App Store](https://apps.apple.com/jp/app/id1084264883).

[![Netlify Status](https://api.netlify.com/api/v1/badges/964fd768-ac24-4f26-a2e9-8172eb29f9fd/deploy-status)](https://app.netlify.com/sites/kyash-barcode-generator/deploys)

## Demo

[https://kyash-barcode-generator.netlify.app](https://kyash-barcode-generator.netlify.app)

![demo](https://raw.githubusercontent.com/konifar/kyash-barcode-generator/main/art/demo.gif)

## Development

```shell
# Setup
npm install
# Compile for development
npm run serve
# Lint
npm run lint
# Compile for production
npm run build
```

## Contributing

Always welcome your contribution! If you find a bug or want to add new feature, please raise an issue or pull request.