jlight
v1.1.0
Published
Lightweight JQuery alternative
Downloads
3
Readme
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