/vue3-quasar-frontend

Web frontend example with vue3 and quasar developed for vite

Primary LanguageVueMIT LicenseMIT

Quasar web frontend example

Quasar example for web application frontend, which is composed of Vue 3, Vite, TypeScript, Router and Pinia

Install the dependencies

# yarn
yarn install

# npm
npm install

Start the app in development mode (hot-code reloading)

# yarn
yarn dev

# npm
npm run dev

Lint the files

# yarn
yarn lint

# npm
npm run lint

Build the app for production

# yarn
yarn build

# npm
npm run build

Launch the app for production

# yarn
yarn preview

# npm
npm run preview