Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 524 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 524 Bytes

Quasar App (gowebsurvey)

A Quasar Framework app. Created a dashboard to add the page content like articles, chapters or new course.

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

Build the app for production

quasar build -m ssr

Customize the configuration

See Configuring quasar.conf.js.