build status

Crypto More Webui (cryptomore-webui)

vue3 framework use quasar ui and pinia manage store

Install the dependencies

yarn

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

quasar dev

Lint the files

yarn lint

Build the app for production

quasar build

compatible babel

yarn add @babel/preset-env babel-jest @babel/core --dev

practice of unit test link

Customize the configuration

See Configuring quasar.conf.js.