hanako-ts
v2.0.3
Published
A quick-and-dirty framework for tackling everyday frontend development challenges.
Readme
hanako-ts
A quick-and-dirty framework for tackling everyday frontend development challenges.
Target browsers: modern browsers (2020 and newer).
Demo & docs
- Demo & user friendly docs → https://lioneltardy.github.io/hanako-ts/demo/
- Class and methods docs → https://lioneltardy.github.io/hanako-ts/docs/
Installation
Install with NPM
npm install hanako-ts --save-devBuild from source
You can also use inside your project hanako-ts directly from source.
git clone https://lioneltardy.com/harkle/hanako-ts.gitUpdate docs
npm run docsIntegrate in your project
- Install via npm or Clone the repository in your project
- Read → https://lioneltardy.github.io/hanako-ts/demo/#section-components
Tests
Run the automated test suite:
npm testThe suite uses a lightweight jsdom runner and covers critical collection behavior (events, traversing, HTML manipulation, dimensions edge cases, and network helpers).
Release notes
See CHANGELOG.md for release notes.
