Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (17 loc) · 897 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 897 Bytes

modules

Common site modules

CDN

ViraWeb123

To load any release of our module use following format:

https://cdn.viraweb123.ir/api/v2/cdn/libs/module@{version}/dist/{module}

Where version is a version number (e.g. 0.2.1) and the module is module name (e.g. basket.js)

As an example to load bascket:

https://cdn.viraweb123.ir/api/v2/cdn/libs/module@0.2.1/dist/basket.min.js

For more information see ViraWeb123 CDN

jsdelivr

To load any release, commit, or branch of our module use following format:

https://cdn.jsdelivr.net/gh/viraweb123/module@{version}/dist/{module}

Where version is a version number (e.g. 0.1.0) and the module is module name (e.g. basket.js)

As an example to load bascket:

https://cdn.jsdelivr.net/gh/viraweb123/modules@0.1.2/dist/basket.min.js

For more information see jsSeliver