Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 491 Bytes

Codification is an app developed in attempt to incorparate a gamification model in the learning process.

Quasar App (codification)

A Quasar Framework app

Install the dependencies

npm install

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

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.