A WSS Software Vue Toolkit
npm install @wsssoftware/vuetoolkit


A modern toolkit of components and utilities for Vue.js applications, developed by WSS Software.
> [!IMPORTANT]
> This project will work only with VueJs 3 and Tailwind 4
>
> Some features from this package work in association with the
> package laraveltookit. For mor information read it's related docs.
``bash`
npm install @wsssoftware/vuetoolkit
For Tailwind apply package styles you must define:
`css
@import "tailwindcss";
@source "../../node_modules/@wsssoftware/*/.{ts,js,vue,ts}";
`
`javascript`
//TODO
- TODO
- 🐙 GitHub: https://github.com/wsssoftware/vuetoolkit
- 📦 NPM: https://www.npmjs.com/package/@wsssoftware/vuetoolkit
Contributions are welcome! Follow the steps below:
1. Fork this repository.
2. Create a branch: git checkout -b my-feature.git commit -m 'Add my new feature'
3. Commit your changes: .git push origin my-feature`.
4. Push to the branch:
5. Open a Pull Request.
This project is licensed under the MIT License - see
the LICENSE file for details.
---
Developed with ❤️ by the WSS Software team.