Skip to content

Commit 1b12822

Browse files
authored
Update README.md
- Added dynamic-import-polyfill to the list of dependencies - Removed `pagetables` npm dependency as it is no longer needed
1 parent eb93822 commit 1b12822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvid
6767
2. Install the necessary `npm` dev dependencies by running the following command:
6868
If you are using npm:
6969
```shell
70-
npm install --include=dev --legacy-peer-deps @headlessui/vue @inertiajs/inertia @inertiajs/inertia-vue3 @vitejs/plugin-vue pagetables popper.js @babel/plugin-syntax-dynamic-import dayjs dotenv numeral postcss postcss-import pusher-js laravel-echo laravel-vite sass sass-loader vite vue@^3.1 vue3-vt-notifications vue-flatpickr-component vue-numerals mitt savannabits/vue-select#v4.0.0-alpha.0
70+
npm install --include=dev --legacy-peer-deps @headlessui/vue @inertiajs/inertia @inertiajs/inertia-vue3 @vitejs/plugin-vue popper.js @babel/plugin-syntax-dynamic-import dayjs dotenv numeral postcss postcss-import pusher-js laravel-echo laravel-vite sass sass-loader vite vue@^3.1 vue3-vt-notifications vue-flatpickr-component vue-numerals mitt savannabits/vue-select#v4.0.0-alpha.0 dynamic-import-polyfill
7171
```
7272
Or if you are using yarn:
7373
```shell
74-
yarn add -D @headlessui/vue @vitejs/plugin-vue @inertiajs/inertia @inertiajs/inertia-vue3 pagetables popper.js @babel/plugin-syntax-dynamic-import dayjs dotenv numeral postcss postcss-import pusher-js laravel-echo laravel-vite sass sass-loader vite vue@^3.1 vue3-vt-notifications vue-flatpickr-component vue-numerals mitt savannabits/vue-select#v4.0.0-alpha.0
74+
yarn add -D @headlessui/vue @vitejs/plugin-vue @inertiajs/inertia @inertiajs/inertia-vue3 popper.js @babel/plugin-syntax-dynamic-import dayjs dotenv numeral postcss postcss-import pusher-js laravel-echo laravel-vite sass sass-loader vite vue@^3.1 vue3-vt-notifications vue-flatpickr-component vue-numerals mitt savannabits/vue-select#v4.0.0-alpha.0 dynamic-import-polyfill
7575
```
7676
Feel free to configure the color palette to your own preference, but for uniformity be sure to include `primary`,`secondary`, `success` and `danger` variants since they are used in the jig template.
7777

0 commit comments

Comments
 (0)