Kõik projektid
NexusLite JS
The JavaScript build of NexusLite. Same reactive primitives, distributed as a single .js file you can drop into any project.
Projekti tehniline kirjeldus on inglise keeles.
Iseseisev projekt
Minu panus
I produced the JavaScript distribution of NexusLite so its reactive primitives can be used without adopting a TypeScript build setup.
Kuidas ma töötasin
- Kept the same framework API while making the distribution usable as a JavaScript module.
- Used a small example to make the state and rendering behavior easy to inspect.
Proovi NexusLite’i
Väike töötav näide raamistikust, millel see veebileht põhineb.
Mis see on
The JavaScript build of NexusLite. Same reactive primitives, distributed as a single .js file you can drop into any project. Useful if you want a small reactive layer without setting up a build pipeline.
Funktsioonid
- Single-file build
- No build pipeline required
- Same API as NexusLite
Tehnoloogiad
Kuidas jooksutada
git clone https://github.com/AG064/nexuslite-js.git
cd nexuslite-js
npm install && npm run build
# output is in dist/