primevuelibrary
v0.7.0
Published
A complete bundle with all primevue components, quill and primeicons registered with specific 'pvl-' tags to use in with common html code.
Downloads
84
Readme
PrimeVue.JS
A complete bundle with all PrimeVue components, PrimeIcons and Quill registered with specific 'pvl-' tags to use in with common html code.
Use npm primevuelibrary
to install this bundle.
Include it into your project with this:
<script src="quill.min.js"></script>
<script src="vue.min.js"></script>
<script src="primevue.js"></script>
<link rel="stylesheet" href="primevue.css" />
<link rel="stylesheet" href="themes/nova-light/theme.css" />