Lightweight JQuery alternative


License
MIT
Install
npm install jlight@1.1.0

Documentation

jLight

Table of contents

Getting Started


Documentation

A markdown version of the documentation can be found here

To view the HTML version you have to clone the repository since it is not hosted anywhere. It is located in ./docs/html.

Prerequisites

Installing

  yarn

Commands

  # Build project (development)
  yarn dev

  # Build project (production)
  yarn build

  # Watch js and css files
  yarn watch

  # Start dev server
  yarn serve

  # Generate documentation
  yarn docs