Recommended: unpkg, which will reflect the latest version as soon as it is published to npm.

It can also be obtained on jsdelivr and cdnjs (cdnjs version may be slightly lagged behind).

Specific version

<!-- do not set the version number -->
<script src="//unpkg.com/valine/dist/Valine.min.js"></script>
<!-- or set latest -->
<script src="//unpkg.com/valine@latest/dist/Valine.min.js"></script>
<!-- or Default value -->
<script src="//unpkg.com/valine"></script>

Latest version

<script src="//unpkg.com/valine/dist/Valine.min.js"></script>
© 2017 - 2024
Powered By xCss.