Skip to content

Commit a40fa91

Browse files
committed
feat: add badges
1 parent f727799 commit a40fa91

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,37 @@
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+
18
# Laravel + Vue Starter Kit
29

310
## Introduction
411

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).
614

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.
818

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.
1021

1122
## Official Documentation
1223

1324
Documentation for all Laravel starter kits can be found on the [Laravel website](https://laravel.com/docs/starter-kits).
1425

1526
## Contributing
1627

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).
1830

1931
## Code of Conduct
2032

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).
2235

2336
## License
2437

0 commit comments

Comments
 (0)