Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 897 Bytes

Vue 3 + TypeScript + Vite Project + Supabase Startup Project

Roadmap/Plans/Experimentation

  • Planning to hook up with supabase
  • Familiarizion using the standard pattern in installing Primevue and other utilities
  • Familiarization on Primevue component and its best practices
  • Future plans looking forward to create my own little CRM

Plugins Installed

  1. Primevue

    1. npm install primevue@^3 --save/ yarn add primevue@^3
    2. npm install primeicons --save/ yarn add primeicons
    3. npm install primeflex / yarn add primeflex
  2. Pinia

    1. npm install pinia/ yarn add pinia
  3. pinia-plugin-persistedstate

    1. npm i pinia-plugin-persistedstate/ yarn add pinia-plugin-persistedstate
  4. vite-plugin-vue-layouts

    1. npm install -D vite-plugin-vue-layouts
  5. Vuelidate

    1. npm install @vuelidate/core @vuelidate/validators /yarn add @vuelidate/core @vuelidate/validators