Skip to content

Releases: Logitar/Vue3Template

v2.0.0

23 Apr 17:48
c393b6e
Compare
Choose a tag to compare

Changed

  • Recreated a new Vue3 project.
  • Refactored views and components to use logitar-vue3-ui.
  • Replaced the need for a Backend by Frontend implementations of fake APIs.

v1.0.0

21 Jun 04:26
Compare
Choose a tag to compare

Added

  • Created a Vue3 project using TypeScript, Pinia state management and VueRouter.
  • Configured Vue-I18n.
  • Installed Bootstrap 5.3.
  • Installed Font Awesome 6.4.
  • Installed Vee-Validate 4.
  • Implemented user management (register, confirm, sign-in, sign-out, session refresh, profile & password management, and password recovery).
  • Implemented toasts.
  • Provided French translations.
  • Implemented layout components.
  • Configured CORS.
  • Implemented Tabs components.
  • Implemented navigation guards and frontend security.
  • Implemented Realm management (CRUD).
  • Implemented 404 NotFound page.
  • Configured Swagger documentation.
  • ConfiguredGraphQL.