Skip to content

Commit

Permalink
docs(update): Update Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Mar 16, 2024
1 parent 2bd14b2 commit 41a4a22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ THX to [antfu / Vitesse Nuxt3](https://github.com/antfu/vitesse-nuxt3) for start
## Features

- [Nuxt 3](https://v3.nuxtjs.org) - SSR, ESR, File-based routing, components auto importing, modules, etc.
- [PrimeVue](https://primevue.org/) 3.49.x with free Sakai Layout and Aura Theme
- [PrimeVue](https://primevue.org/) 3.50.x with free Sakai Layout and Aura Theme
- [Formkit-PrimeVue](https://formkit-primevue.netlify.app/) PrimeVue Formkit Integration
- [Vite](https://vitejs.dev/) - Instant HMR
- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
Expand Down
8 changes: 4 additions & 4 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Starter for Vue.js Development with Nuxt 3.
</h2>
<div class="grid grid-cols-2 lg:grid-cols-3 gap-2">
<AdvertiseBox header="PrimeVue 3.49.x" icon="prime-check-circle" color="green-600">
<AdvertiseBox header="PrimeVue 3.50.x" icon="prime-check-circle" color="green-600">
Excellent Component Library for VUE
</AdvertiseBox>
<AdvertiseBox header="PrimeVue Theme & Layout" icon="prime-check-circle" color="green-600">
Free Sakai theme
</AdvertiseBox>
<AdvertiseBox header="FormKit" icon="prime-check-circle" color="purple-500">
FormKit 1.5.x for Form Validation
FormKit 1.6.x for Form Validation
</AdvertiseBox>
<AdvertiseBox header="UnoCSS" icon="prime-check-circle" color="green-600">
UnoCSS for rapid styling
</AdvertiseBox>
<AdvertiseBox header="VUE 3.4" icon="prime-check-circle" color="green-600">
<AdvertiseBox header="VUE 3.4.x" icon="prime-check-circle" color="green-600">
Composition Api
</AdvertiseBox>
<AdvertiseBox header="Script Setup" icon="prime-check-circle" color="green-600">
Expand All @@ -35,7 +35,7 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Typesafe by default
</AdvertiseBox>

<AdvertiseBox header="Nuxt 3.10" icon="prime-check-circle" color="green-400">
<AdvertiseBox header="Nuxt 3.10.x" icon="prime-check-circle" color="green-400">
Pages, Layouts, ...
</AdvertiseBox>
<AdvertiseBox header="Nuxt Content 2.10" icon="prime-check-circle" color="green-400">
Expand Down

0 comments on commit 41a4a22

Please sign in to comment.