Skip to content

Commit 9175734

Browse files
authored
Merge pull request #905 from w3bdesign/890-add-search-to-mobile-version
890 add search to mobile version
2 parents 0febd74 + 1469015 commit 9175734

File tree

9 files changed

+70129
-96362
lines changed

9 files changed

+70129
-96362
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package-lock.json

Lines changed: 33 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)