Skip to content

krafterio/vue-fastedgy

Repository files navigation

Vue-FastEdgy

The package to facilitate integration between a FastEdgy server and a Vue.js application.

Installation

npm install git+ssh://git@github.com:krafterio/vue-fastedgy.git#main

Commit message format convention

This project uses the Conventional Commits naming convention.

Basic structure of a Conventional commit

<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)

Conventional Commits Types used

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

Conventional Commits Scopes used

Scope Description
core Core logic and main features
vue Components or plugins for Vue.js
store Features for Pinia

Contributing

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.

License

FastEdgy is released under the MIT License.

About

FastEdgy was originally created by Krafter.

About

Base that makes web application development simple and fast with FastEdgy and Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published