2.0.2 • Published 1 year ago
jaff.js v2.0.2
Jaff.js
Just Another Frontend Framework (technically a library but i liked the acronym JAFF).
I've built this library to deeply understand how the frameworks we use every day work.
Resources:
Commands
This package has the following commands:
npm run build
- Bundle the project into a single ESM filenpm run lint
- Lint the projectnpm run lint:fix
- Lint the project and fix any issuesnpm run test [<test-path>]
- Start the test runner in watch modenpm run test:run [<test-path>]
- Run the tests once