Skip to content

Aplicativo de banco simplificado feito em Vue.js 3 e Quasar Framework

License

Notifications You must be signed in to change notification settings

manucav/banco-vue

Repository files navigation

Vue.js Bank App

Aplicativo de banco simplificado feito em Vue.js 3 e Quasar Framework

Disponível em: https://manucav.github.io/banco-vue

Bank-App Bank-App Bank-App Bank-App

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

License

This project is licensed under the MIT License - look at LICENSE.md file for details.