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 Nov 14, 2023
1 parent d5bcb43 commit d0859d9
Show file tree
Hide file tree
Showing 3 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.39.x with free Sakai Theme
- [PrimeVue](https://primevue.org/) 3.40.x with free Sakai Layout and Lara 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt3-primevue-starter",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",
"scripts": {
"build": "nuxi build",
Expand Down
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.39.x" icon="prime-check-circle" color="green-600">
<AdvertiseBox header="PrimeVue 3.40.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">
Expand All @@ -35,10 +35,10 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Typesafe by default
</AdvertiseBox>

<AdvertiseBox header="Nuxt 3.7" icon="prime-check-circle" color="green-400">
<AdvertiseBox header="Nuxt 3.8" icon="prime-check-circle" color="green-400">
Pages, Layouts, ...
</AdvertiseBox>
<AdvertiseBox header="Nuxt Content 2.7" icon="prime-check-circle" color="green-400">
<AdvertiseBox header="Nuxt Content 2.9" icon="prime-check-circle" color="green-400">
Markdown, YML, CSV or JSON and MDC Syntax
</AdvertiseBox>
<AdvertiseBox header="I18n" icon="prime-check-circle" color="green-600">
Expand Down

0 comments on commit d0859d9

Please sign in to comment.