A repository containing small examples to illustrate the use of Tomato-js for creating web applications.
- 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