Skip to content

v1.0.0

Compare
Choose a tag to compare
@Utar94 Utar94 released this 21 Jun 04:26
· 15 commits to main since this release

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.