File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,19 @@ Ecommerce site with Laravel 10, Vue 3 and Stripe.
4343
4444- Laravel tests with CircleCI integration
4545
46+ ## Main dependencies:
47+
48+ - ` vue ` : Vue.js 3, a progressive JavaScript framework
49+ - ` vue-router ` : Official router for Vue.js 3
50+ - ` pinia ` : Intuitive, type safe, light and flexible Store for Vue using the Composition API
51+ - ` pinia-plugin-persistedstate ` : Persist and rehydrate Pinia stores
52+ - ` flowbite ` : Utility-first CSS framework built on top of Tailwind CSS
53+ - ` @stripe/stripe-js ` : Stripe.js and Elements for collecting payment information
54+ - ` @formkit/vue ` : Form handling and validation for Vue 3
55+ - ` @formkit/addons ` : Addons for FormKit, including support for Stripe Elements
56+ - ` swrv ` : Stale-While-Revalidate data fetching for Vue
57+ - ` lodash ` : A modern JavaScript utility library
58+
4659## Setup
4760
4861- Fork or clone the project
@@ -81,6 +94,8 @@ Ecommerce site with Laravel 10, Vue 3 and Stripe.
8194
8295- Open up `http://localhost:8000` in your browser
8396
97+
98+
8499## TODO
85100
86101- Do WCAG analysis and ensure there are no issues
You can’t perform that action at this time.
0 commit comments