mitlist/fe
2025-05-09 00:11:02 +02:00
..
.vscode Svelte to Quasar 2025-05-08 15:02:09 +02:00
public Svelte to Quasar 2025-05-08 15:02:09 +02:00
src Remove ExampleComponent and example-store files 2025-05-09 00:11:02 +02:00
src-pwa Implement offline functionality with conflict resolution; add OfflineIndicator component for user notifications, integrate offline action management in the store, and enhance service worker caching strategies for improved performance. 2025-05-08 23:52:11 +02:00
.editorconfig Svelte to Quasar 2025-05-08 15:02:09 +02:00
.gitignore Svelte to Quasar 2025-05-08 15:02:09 +02:00
.npmrc Svelte to Quasar 2025-05-08 15:02:09 +02:00
.prettierrc.json Svelte to Quasar 2025-05-08 15:02:09 +02:00
eslint.config.js Svelte to Quasar 2025-05-08 15:02:09 +02:00
index.html Svelte to Quasar 2025-05-08 15:02:09 +02:00
package-lock.json Svelte to Quasar 2025-05-08 15:02:09 +02:00
package.json Svelte to Quasar 2025-05-08 15:02:09 +02:00
postcss.config.js Svelte to Quasar 2025-05-08 15:02:09 +02:00
quasar.config.ts Implement offline functionality with conflict resolution; add OfflineIndicator component for user notifications, integrate offline action management in the store, and enhance service worker caching strategies for improved performance. 2025-05-08 23:52:11 +02:00
README.md Svelte to Quasar 2025-05-08 15:02:09 +02:00
tsconfig.json Svelte to Quasar 2025-05-08 15:02:09 +02:00

mitlist (mitlist)

mitlist pwa

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.