Skip to content

Release v1.0.5

Compare
Choose a tag to compare
@morellexf13 morellexf13 released this 23 May 16:47
· 34 commits to main since this release

🎉 Vite Tuto's birthday

  • Basic login/logout state definition using Pinia.
  • Basic Store configured using Pinia and Persist Plugin (stores/index.js).
  • Basic "Home" and "Login" pages defined (src/pages/).
  • Basic "Title" and "Button" components defined using slots and custom properties.
  • Basic router configuration defined (/router.js).
  • Basic GET request using Axios (Spotify Tracker API).
  • Environment file example.
  • Jest configuration defined.
  • Unit test suite per each defined page, API test included 😎.
  • Path alias defined (vite.config.js).
  • GitHub actions workflow example defined.