@openreachtech/furo
v1.11.0
Published
Furo the frontend modules
Keywords
Readme
furo
furo is a library that supports front-end development.
Since it is written in pure JavaScript, it works with any front-end framework or library, such as Vue or React.
Installation
Requires Node.js 20.x or later.
npm install @openreachtech/furoIt is an ES module ("type": "module"); import it with ESM import syntax.
Features
(1) GraphQL Client
(2) RESTful API Client
(3) Form Element Clerk
(4) Storage Clerk
(5) IndexedDB Client
(6) HTTP Client Tools
(7) Dynamic Class Declaration
Usage of dynamic class declaration
API
Contribution
Bug reports, feature requests, and code contributions are welcome.
Feel free to contact us through GitHub Issues.
git clone https://github.com/openreachtech/furo-core.git
cd furo-core
npm install
npm run lint
npm testLicense
This project is released under the Apache License 2.0.
For more details, please see in the LICENSE file.
Developer
Copyright
© 2025 Open Reach Tech Inc.
