Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 830 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 830 Bytes

electron (assignment)

A Quasar Framework app

Tech usage:

Javascript Quasar framework in VueJS,
SASS framework for CSS, VueJS, Vuex,

included all the quasar framwork library itself from offical website,

Add the functinality for the add the card details with validation, Modal UI add for form to enter the card inputs (UI is not much designed) added the functinlaity

steps to run the application

git clone npm install npx quasar dev

Install the dependencies

npm install

yarn

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

npx quasar dev

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.