A Vue 3 Starter Boilerplate with TailwindCSS 3, Vue Router 4, Pinia 2, Vite 5, Sass, Axios, Jest 29 and More.
Based on Vite Boilerplate
-
💿 Login session handled by Pinia
-
☀️ Pre-defined classes by TailwindCSS
-
🎵 Spotify Tracker
1- Create a
.env
file in project's root2- Add your Spotify Token as below:
VITE_SPOTIFY_AUTHORIZATION_BEARER_TOKEN=your_token
Install it locally in your project
npm install
npm run dev
npm run test