|
| 1 | +<div align="center" style="padding-top: 2rem;"> |
| 2 | + <div style="display: inline-block;"> |
| 3 | + <img src="https://img.shields.io/github/actions/workflow/status/joeymckenzie/laravel-official-vue-starter-kit/run-ci.yml?branch=main&label=ci" alt="ci" /> |
| 4 | + <img src="https://img.shields.io/github/actions/workflow/status/joeymckenzie/laravel-official-vue-starter-kit/fix-code-styles.yml?branch=main&label=code%20style" alt="packgist downloads" /> |
| 5 | + </div> |
| 6 | +</div> |
| 7 | + |
1 | 8 | # Laravel + Vue Starter Kit |
2 | 9 |
|
3 | 10 | ## Introduction |
4 | 11 |
|
5 | | -Our Vue starter kit provides a robust, modern starting point for building Laravel applications with a Vue frontend using [Inertia](https://inertiajs.com). |
| 12 | +Our Vue starter kit provides a robust, modern starting point for building Laravel applications with a Vue frontend |
| 13 | +using [Inertia](https://inertiajs.com). |
6 | 14 |
|
7 | | -Inertia allows you to build modern, single-page Vue applications using classic server-side routing and controllers. This lets you enjoy the frontend power of Vue combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation. |
| 15 | +Inertia allows you to build modern, single-page Vue applications using classic server-side routing and controllers. This |
| 16 | +lets you enjoy the frontend power of Vue combined with the incredible backend productivity of Laravel and lightning-fast |
| 17 | +Vite compilation. |
8 | 18 |
|
9 | | -This Vue starter kit utilizes Vue 3 and the Composition API, TypeScript, Tailwind, and the [shadcn-vue](https://www.shadcn-vue.com) component library. |
| 19 | +This Vue starter kit utilizes Vue 3 and the Composition API, TypeScript, Tailwind, and |
| 20 | +the [shadcn-vue](https://www.shadcn-vue.com) component library. |
10 | 21 |
|
11 | 22 | ## Official Documentation |
12 | 23 |
|
13 | 24 | Documentation for all Laravel starter kits can be found on the [Laravel website](https://laravel.com/docs/starter-kits). |
14 | 25 |
|
15 | 26 | ## Contributing |
16 | 27 |
|
17 | | -Thank you for considering contributing to our starter kit! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions). |
| 28 | +Thank you for considering contributing to our starter kit! The contribution guide can be found in |
| 29 | +the [Laravel documentation](https://laravel.com/docs/contributions). |
18 | 30 |
|
19 | 31 | ## Code of Conduct |
20 | 32 |
|
21 | | -In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct). |
| 33 | +In order to ensure that the Laravel community is welcoming to all, please review and abide by |
| 34 | +the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct). |
22 | 35 |
|
23 | 36 | ## License |
24 | 37 |
|
|
0 commit comments