Skip to content

Commit

Permalink
chore(release): mark 1.8.0 release - first release using original pri…
Browse files Browse the repository at this point in the history
…mevue-nuxt
  • Loading branch information
sfxcode committed Nov 2, 2023
1 parent 34737e7 commit 008c501
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,21 @@ 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
- [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.
- Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)
- [State Management via Pinia](https://pinia.esm.dev)
- [PrimeVue](https://primevue.org/) 3.33.x with free Sakai Theme
- [TipTap](https://tiptap.dev) - Headless Editor
- [Vitest](https://vitest.dev/) - Blazing Fast Unit Test Framework

## Nuxt Modules

- [PrimeVue-Nuxt](https://primevue.org/nuxt/) PrimeVue Nuxt Module
- [Pinia](https://pinia.esm.dev/) - intuitive, type safe, light and flexible Store for Vue.
- [VueUse](https://github.com/vueuse/vueuse) - collection of useful composition APIs.
- [FormKit](https://formkit.com/) - Validation
- [PrimeVue](https://github.com/sfxcode/nuxt-primevue) - PrimeVue Components and Services, PrimeVue Form Validation by [formkit-primevue](https://github.com/sfxcode/formkit-primevue)
- [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine.
- [Content](https://content.nuxtjs.org) - parses .md, .yml, .csv and .json files
- [I18n](https://v8.i18n.nuxtjs.org) - Integration with [Vue I18n](https://vue-i18n.intlify.dev/)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.0.0-rc.5",
"@pinia/nuxt": "^0.5.1",
"quill": "^1.3.7",
"@sfxcode/formkit-primevue": "^1.4.5",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-text-align": "^2.1.12",
Expand Down
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ 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.36" icon="prime-check-circle" color="green-600">
<AdvertiseBox header="PrimeVue 3.39.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.0 for Form Validation
FormKit 1.2.x for Form Validation
</AdvertiseBox>
<AdvertiseBox header="UnoCSS" icon="prime-check-circle" color="green-600">
UnoCSS for rapid styling
Expand Down
67 changes: 67 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 008c501

Please sign in to comment.