kuamail/node_modules/dexie/dist
Kavi f1a2d385f3 feat(kuamail): Gmail-exact mail client SPA — initial release
React 19 + Vite + TanStack Router/Query + Tailwind. Gmail-exact UI:
- ThreadRow: 40px density, hover action icons, unread stripe
- Sidebar: compose button, folder list, labels
- MessageCard: expandable headers, reply/forward
- MessageReader: full Gmail toolbar
- SearchBar: pill with filter icon
- Production: nginx container with /api proxy to api.mail.kua.cl

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 03:08:44 -04:00
..
modern feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
README.md feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
dexie.d.ts feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
dexie.js feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
dexie.js.map feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
dexie.min.js feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
dexie.min.js.map feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
dexie.mjs feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
dexie.mjs.map feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00

README.md

Can't find dexie.js?

Dexie's dist files are no longer checked in to github except temporarily when tagging a release version (just so that bower will continue to work). The reason for this is because checking in dist files bloats the commit history and makes it error prone to contribute to the repo. To support bower though, we have to continue checking in dist files when releasing, but that is now handled by the release.sh script, who also removes them directly afterwards.

If you still just want to download dexie.js to include in a test HTML page, go to the following download site:

Download

dexie.min.js

dexie.min.js.map

Typings

dexie.d.ts

Optional Stuff

dexie.js (non-minified version)

dexie.js.map

dexie.min.js.gz (Minified and gzipped)

Install from NPM

npm install dexie

How to build

  1. cd to dexie package
  2. npm install
  3. npm run build

Contributing to Dexie.js?

Watch:

npm run watch

Test:

npm test