Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 507 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 507 Bytes

Intellart website

Built with Quasar and Vue.js 3

Install the dependencies

npm install
npm install -g @vue/cli
npm install -g @quasar/cli
npm install -g vuex@next

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

Customize the configuration

See Configuring quasar.conf.js.