Skip to content

Releases: morellexf13/vite-boilerplate

Release v0.0.4

19 May 22:36
Compare
Choose a tag to compare

⚙️ Configurations

  • Added github workflow.

📜 Documentation

  • Added basic topics section.
  • Added github workflow comments.
  • Updated comments.

Release v0.0.3

17 May 21:56
6e7ed0d
Compare
Choose a tag to compare

🃏 Unit tests

  • Added Jest configuration.
  • Added one test suite per each defined page (Login, Home, SpotifyTracker).

Release v0.0.2

16 May 17:39
7acc268
Compare
Choose a tag to compare

🧩 Components

  • Added Button.vue component.
  • Added Title.vue component.

⚙️ Configurations

  • Added alias configuration.

📜 Documentation

  • Added Spotify Tracker API screenshot on README.md.
  • Updated README.md.
  • Added some documentation changes.

Release v0.0.1

15 May 23:39
Compare
Choose a tag to compare

📑 Pages

  • Added basic "Home" and "Login" pages defined (src/pages/).

⚙️ Configurations

  • Added basic login/logout state definition using Pinia.
  • Added basic Store configured using Pinia and Persist Plugin (stores/index.js).
  • Added basic router configuration defined (/router.js).
  • Added basic GET request using Axios (Spotify Tracker API).