qwik-i18next
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Qwik-i18next

This library is not stable at all. The API is being explored currently so every patch release will probably be backward incompatible as long as 0.1.0 is not reached.

But if you are still curious, you can have a look at the Sample App and plugin@i18n.ts. It shows a working example of how to use this library.

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 are loaded by the browser.

yarn 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).

yarn build

Readme

Keywords

none

Package Sidebar

Install

npm i qwik-i18next

Weekly Downloads

25

Version

0.0.7

License

MIT

Unpacked Size

6.84 kB

Total Files

24

Last publish

Collaborators

  • ianlet