yavisht / quasar-starter-app

Quasar v2 | SPA | Vue 3 | Vite | SCSS | Eslint | Pinia | Axios | Vue-i18n | Prettier

Home Page:https://quasar-starter-app-production-6d5a.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasar starter app (quasar-starter)

Quasar v2 | SPA | Vue 3 | Vite | SCSS | Eslint | Pinia | Axios | Vue-i18n | Prettier

Deploy on Railway

Install the dependencies

yarn
# or
npm install

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

yarn dev
# or
npm run dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

yarn build
# or
npm run build

Start the app for production

yarn start
# or
npm run start

Customize the configuration

See Configuring quasar.config.js.

About

Quasar v2 | SPA | Vue 3 | Vite | SCSS | Eslint | Pinia | Axios | Vue-i18n | Prettier

https://quasar-starter-app-production-6d5a.up.railway.app/

License:MIT License


Languages

Language:JavaScript 70.7%Language:Vue 20.3%Language:HTML 4.8%Language:SCSS 4.1%