Skip to content

tlfjar/childsupportcalculator

Repository files navigation

AR Support Calculator (childsupportcalculator)

An Arkansas Child Support Calculator using Vue 3, Quasar 2.0, and Docxtemplater. More info to come when I get a chance. This works as is, but it is strikingly ugly. I'm a lawyer, not a web designer.

If you'd like to mess around with the end result, it can be found here

Install the dependencies

npm install

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

quasar dev

Lint the files

npm run lint

Format the files

npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.