Skip to content

romkhram/aspose

Repository files navigation

Aspose App (aspose)

Barcode generator

I use:

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

Install the Global CLI

yarn global add @quasar/cli
# or
npm install -g @quasar/cli

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

# if you have the global CLI:
quasar dev

# otherwise:
yarn quasar dev
# or
npx quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published