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.
npm install @wsssoftware/vuetoolkit
For Tailwind apply package styles you must define:
@import "tailwindcss";
@source "../../node_modules/@wsssoftware/**/*.{ts,js,vue,ts}";
//TODO
- TODO
- 🐙 GitHub: https://github.com/wsssoftware/vuetoolkit
- 📦 NPM: https://www.npmjs.com/package/@wsssoftware/vuetoolkit
Contributions are welcome! Follow the steps below:
- Fork this repository.
- Create a branch:
git checkout -b my-feature
. - Commit your changes:
git commit -m 'Add my new feature'
. - Push to the branch:
git push origin my-feature
. - 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.