0.0.3 • Published 1 year ago

qwik-map v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Qwik Map 🗺️️

A simple slippy map implemented with Qwik, making use of Qwik's unique resumability approach. The map can also be server-side rendered, if its width and height have fixed lengths in pixels.


Development

Development mode uses Vite's development server. For Qwik during development, the dev command will also server-side render (SSR) the output. The client-side development modules loaded by the browser.

npm run dev

Note: during dev mode, Vite will request many JS files, which does not represent a Qwik production build.

Production

The production build should generate the production build of your component library in (./lib) and the typescript type definitions in (./lib-types).

npm run build
0.0.4-0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago