Skip to content

tomato-js/examples

Repository files navigation

Tomato-js Examples

中文文档

A repository containing small examples to illustrate the use of Tomato-js for creating web applications.

Included Examples

  • umd used in umd style.
  • all-in-commonjs import all utils at one time through the entry module by commonjs style.
  • all-in-esm import all utils at one time through the entry module by esmodule style.
  • poll-with-axios polling by @tomato-js/function's poll with axios.
  • all-in-typescript import all utils at one time through the entry module by typescript style.
  • split-in-commonjs import special util on demand by commonjs style.
  • split-in-esm import special util on demand by esmodule style.
  • split-in-typescript import special util on demand by typescript style.
  • throttle-debounce use @tomato-js/function 's throttle and debounce
  • gitlab-clone use @tomato-js/api 's Gitlab for clone a project or group of projects.
  • preload use @tomato-js/preload for image preload

About

Examples for tomato-js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published