Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morellexf13/tailwindcss-boilerplate
- Owner: morellexf13
- License: mit
- Created: 2022-05-23T20:02:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T15:38:47.000Z (5 months ago)
- Last Synced: 2024-11-19T16:42:24.033Z (2 months ago)
- Topics: boilerplate-template, starter-template, tailwindcss, vite5, vue3, vuejs, without-vue-cli
- Language: JavaScript
- Homepage:
- Size: 5.25 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installnpm run dev
```
## ๐งช Unit tests
```
npm run test
```