0.3.3 • Published 2 years ago
vx-suite v0.3.3
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
resourcesdirectory. - Go to the directory of the cloned package
npm linkthe 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 pullin the package's directory - If you want to contribute to the package, just create a pull request.