Skip to content

The project is configured for Feature-Sliced Design architecture

License

Notifications You must be signed in to change notification settings

doox911-opensource/quasar-vite-fsd

Repository files navigation

Quasar 2 with FSD architecture (Vite)

The project is configured for Feature-Sliced Design architecture

Includes

  • TypeScript
  • EsLint
  • Dprint
  • i18n

Install the dependencies

yarn
# or
npm install

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

quasar dev

Build the app for production

quasar build

About formatter

See dprint repository or site

Customize the configuration

See Configuring quasar.config.js.

Attention!

The file /src/app/store-flag.d.ts is automatically moved to the directory /src/shared/types/store-flag.d.ts To disable this, comment out fsdFix() in quasar.config.js