Skip to content

Commit b12db93

Browse files
4.0.0 - Updgrade to Tailwind v4
1 parent deafb35 commit b12db93

37 files changed

+1542
-3124
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG.md
22

3+
## [4.0.0] - 2025-02-04
4+
5+
- Updgrade to Tailwind v4
6+
- Update dependencies
7+
38
## [3.1.0] 2024-12-08
49

510
- Upgrade to Vite 6

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
![Mosaic TailwindCSS template preview](https://github.com/cruip/vuejs-admin-dashboard-template/assets/2683512/3b9af06c-f3b2-45c5-8c60-052989cbebcb)
44

55
**Mosaic Lite Vue** is a responsive dashboard template built on top of TailwindCSS and fully coded in Vue.js. This template is a great starting point for anyone who wants to create a user interface for SaaS products, administrator dashboards, modern web apps, and more.
6+
7+
**UPDATE 2025-02-04** Added Tailwind v4 support!
8+
69
Use it for whatever you want, and be sure to reach us out on [Twitter](https://twitter.com/Cruip_com) if you build anything cool/useful with it.
710

811
[Also available in React](https://github.com/cruip/tailwind-dashboard-template)
@@ -39,17 +42,17 @@ This project was built with [Vue 3](https://v3.vuejs.org/) and [Vite](https://vi
3942

4043
### Project setup
4144
```
42-
npm install
45+
pnpm install
4346
```
4447

4548
#### Compiles and hot-reloads for development
4649
```
47-
npm run dev
50+
pnpm run dev
4851
```
4952

5053
#### Compiles and minifies for production
5154
```
52-
npm run build
55+
pnpm run build
5356
```
5457

5558
#### Customize configuration
@@ -62,7 +65,7 @@ See [Configuration Reference](https://vitejs.dev/guide/).
6265
## Terms and License
6366

6467
- Released under the [GPL](https://www.gnu.org/licenses/gpl-3.0.html).
65-
- Copyright 2021 [Cruip](https://cruip.com/).
68+
- Copyright 2025 [Cruip](https://cruip.com/).
6669
- Use it for personal and commercial projects, but please don’t republish, redistribute, or resell the template.
6770
- Attribution is not required, although it is really appreciated.
6871

0 commit comments

Comments
 (0)