Barcode generator
- Vue 3 with Composition API - since this is the best practice on Vue at the moment.
- Ui framework Quasar - because it has all the ui components which i need, and it is the best ui framework for me.
One of the weaknesses is that the source code size is too large for one page, but with the development of the project, this will be a big plus.
yarn global add @quasar/cli
# or
npm install -g @quasar/cliyarn
# or
npm install# if you have the global CLI:
quasar dev
# otherwise:
yarn quasar dev
# or
npx quasar devquasar build