vx-suite
v0.3.3
Published
VxSuite of components for Vue3
Downloads
1
Readme
Vx Suite 0.0.1
Installation
npm install vx-suite --save
- Install tailwindcss
https://tailwindcss.com/docs/guides/vite
- Use the components from the library in your project.
Extending the package
npm install vx-suite --save
- Install tailwindcss
https://tailwindcss.com/docs/guides/vite
- Clone this package into your project's
resources
directory. - Go to the directory of the cloned package
npm link
the package.- Go to your project's directory and run
npm link vx-suite
. - You can now extend the package in your project.
- If you want to update the package, just run
git pull
in the package's directory - If you want to contribute to the package, just create a pull request.