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.
- Host: GitHub
- URL: https://github.com/konifar/kyash-barcode-generator
- Owner: konifar
- License: mit
- Created: 2020-11-27T05:45:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T05:18:45.000Z (over 5 years ago)
- Last Synced: 2025-02-26T00:49:25.062Z (over 1 year ago)
- Topics: barcode-generator, kyash, typescript, vuejs, vuejs2
- Language: Vue
- Homepage: https://kyash-barcode-generator.netlify.app/
- Size: 384 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
[](https://app.netlify.com/sites/kyash-barcode-generator/deploys)
## Demo
[https://kyash-barcode-generator.netlify.app](https://kyash-barcode-generator.netlify.app)

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