Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 2.1 KB

File metadata and controls

69 lines (45 loc) · 2.1 KB

WSS Software Vue Toolkit

npm version GitHub license GitHub issues

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.

Compatibility

Package Version LaravelToolkit Version Inertia Version
1.x 2.x 1.x 2.x
2.x 3.x 3.x

📦 Installation

npm install @wsssoftware/vuetoolkit

For Tailwind apply package styles you must define:

@import "tailwindcss";

@source "../../node_modules/@wsssoftware/**/*.{ts,js,vue,ts}";

🚀 Usage

//TODO

🧩 Included Components

  • TODO

🖇️ Important Links

🤝 Contributing

Contributions are welcome! Follow the steps below:

  1. Fork this repository.
  2. Create a branch: git checkout -b my-feature.
  3. Commit your changes: git commit -m 'Add my new feature'.
  4. Push to the branch: git push origin my-feature.
  5. Open a Pull Request.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Developed with ❤️ by the WSS Software team.