Skip to content

8ctopus/sciter-zepto

Repository files navigation

sciter zepto demo app

This is a sciter.js demo app that explores the use of zepto as a jQuery alternative.

jQuery does not work in Sciter as jQuery was designed to support specific browsers. Zepto is a minimalist JavaScript library with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.

demo

  • git clone the repository
  • install packages npm install
  • install latest sciter sdk npm run install-sdk
  • start the demo npm run scapp

demo requirements

  • A recent version of Node.js node (tested with 16 LTS) and its package manager npm.