Skip to content

Commit 45302a6

Browse files
committed
add readme
1 parent 18d36f3 commit 45302a6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Laravel + Vue Starter Kit
2+
3+
## Introduction
4+
5+
Our Vue starter kit provides a robust, modern starting point for building Laravel applications with a Vue frontend using [Inertia](https://inertiajs.com).
6+
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.
8+
9+
This Vue starter kit utilizes Vue, TypeScript, and Tailwind, but **does not include any authentication scaffolding**.
10+
11+
## Official Documentation
12+
13+
Documentation for all Laravel starter kits can be found on the [Laravel website](https://laravel.com/docs/starter-kits).
14+
15+
## Contributing
16+
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).
18+
19+
## Code of Conduct
20+
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).
22+
23+
## License
24+
25+
The Laravel + Vue starter kit is open-sourced software licensed under the MIT license.

0 commit comments

Comments
 (0)