Install with CDN
Early Access
This documentation is currently in early access, information and features may change.
If you want to include it in your project via cdn, fvuarjs is proud to offer you this option. Place this html script tag at the end of your website's body tag.
Upload to your site as CDN
Place these codes at the end of your <head>
tag.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fvuarjs@latest/styles/fvuar.min.css">
Place these codes at the end of your <body>
tag.
<script src="https://cdn.jsdelivr.net/npm/fvuarjs@latest/fvuar.min.js"></script>
It should appear like this in your site file.
yout-html-file.html
<html>
<head>
<!-- ... -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fvuarjs@latest/styles/fvuar.min.css">
</head>
<body>
<!-- ... -->
<script src="https://cdn.jsdelivr.net/npm/fvuarjs@latest/module/fvuar.min.js"></script>
</body>
</html>