Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doox911-opensource/quasar-vite-fsd
The project is configured for Feature-Sliced Design architecture
https://github.com/doox911-opensource/quasar-vite-fsd
Last synced: about 2 months ago
JSON representation
The project is configured for Feature-Sliced Design architecture
- Host: GitHub
- URL: https://github.com/doox911-opensource/quasar-vite-fsd
- Owner: doox911-opensource
- License: mit
- Created: 2023-11-15T08:05:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T08:25:40.000Z (11 months ago)
- Last Synced: 2024-04-26T21:33:13.830Z (8 months ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - FSD + Typescript + Quasar 2 + Vite + Dprint template
README
# Quasar 2 with FSD architecture (Vite)
The project is configured for Feature-Sliced Design architecture
## Includes
- TypeScript
- EsLint
- Dprint
- i18n## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Build the app for production
```bash
quasar build
```### About formatter
See [dprint repository](https://github.com/dprint/dprint) or [site](https://dprint.dev/)
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/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`