The package to facilitate integration between a FastEdgy server and a Vue.js application.
npm install git+ssh://git@github.com:krafterio/vue-fastedgy.git#main
This project uses the Conventional Commits naming convention.
<type>(<scope>): <description>
- type: the type of modification made (required)
- scope: the scope (optional, but recommended)
- description: a short explanation (imperative, no capital letters, no period)
| Type | Description |
|---|---|
| feat | New feature |
| fix | Bug fix |
| docs | Change in documentation |
| style | Change of format (indentation, spaces, etc.) without functional impact |
| refactor | Refactoring the code without adding or correcting functionality |
| revert | Reverting a previous commit |
| merge | Merging branches |
| test | Adding or modifying tests |
| chore | Miscellaneous tasks without direct impact (build, dependencies, configs, etc.) |
| perf | Performance improvement |
| ci | Changes to CI/CD files (Github Actions, Gitlab CI, etc.) |
| release | Creating a new release |
| Scope | Description |
|---|---|
| core | Core logic and main features |
| vue | Components or plugins for Vue.js |
| store | Features for Pinia |
Vue-FastEdgy is an Open Source, community-driven project.
Issues and feature requests are tracked in the Github issue tracker.
Pull Requests are tracked in the Github pull request tracker.
FastEdgy is released under the MIT License.
FastEdgy was originally created by Krafter.