Skip to content

nits68/jedlik-vue-starter-2024

Repository files navigation

Jedlik Vue Starter (jedlik-vue-starter-2024)

Starter project for Vue and Quasar

Install the dependencies

npm i
# or
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.config.js.

Enable Vue Dev Tools on start

Change "false" to "true" in this line in quasar.config.ts:

vueDevtools: false, // enable Vue Devtools