Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morellexf13/tailwindcss-boilerplate

๐ŸŒฌ A Vue 3 Starter Boilerplate with TailwindCSS 3, Vue Router 4, Pinia 2, Vite 5, Sass, Axios, Jest 29 and More
https://github.com/morellexf13/tailwindcss-boilerplate

boilerplate-template starter-template tailwindcss vite5 vue3 vuejs without-vue-cli

Last synced: 10 days ago
JSON representation

๐ŸŒฌ A Vue 3 Starter Boilerplate with TailwindCSS 3, Vue Router 4, Pinia 2, Vite 5, Sass, Axios, Jest 29 and More

Awesome Lists containing this project

README

        





๐ŸŒฌ




TailwindCSS Boilerplate








A Vue 3 Starter Boilerplate with TailwindCSS 3, Vue Router 4, Pinia 2, Vite 5, Sass, Axios, Jest 29 and More.



[![Version](https://img.shields.io/github/v/tag/morellexf13/tailwindcss-boilerplate?label=%20&style=for-the-badge)](https://github.com/morellexf13/tailwindcss-boilerplate/releases)



Based on [Vite Boilerplate](https://github.com/morellexf13/vite-boilerplate.git)

## ๐Ÿ’Ž Features
- ๐Ÿ’ฟ Login session handled by Pinia
- โ˜€๏ธ Pre-defined classes by TailwindCSS
- ๐ŸŽต Spotify Tracker

1- Create a `.env` file in project's root

2- Add your Spotify Token as below:
```
VITE_SPOTIFY_AUTHORIZATION_BEARER_TOKEN=your_token
```


## ๐Ÿš€ Install

Install it locally in your project

```bash
npm install

npm run dev
```


## ๐Ÿงช Unit tests

```
npm run test
```