Skip to content

JustineLicuanan/math-worksheet-generator

Repository files navigation

Math Worksheet Generator (math-worksheet-generator)

a math worksheet generator built with Vue.js and Quasar

Install the dependencies

pnpm i
# or
yarn
# or
npm i

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

quasar dev

Lint the files

pnpm lint
# or
yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.