Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.06 KB

File metadata and controls

33 lines (22 loc) · 1.06 KB

Laravel 10 + Vite + Vue2 + Vuetify2 Starter Template

The project was created to save myself time for redoing the same things all over again when starting a new Laravel/Vue project.

This project is a starter project to make the front end of Laravel 10 + Breeze with Vue 2.7.14. The language used is JavaScript.

Requirement

  • php 8.1 or above
  • node 16 or above

⚡️ How to install

Installation is simple. Just like your ordinary Laravel app.

  1. git clone
  2. cd laravel10-vite-vue2-vuetify2-starter
  3. composer install
  4. cp .env.example .env
  5. php artisan key:generate
  6. npm install
  7. npm run dev (or if production npm run build)

Contributing

Pull requests are welcome, please feel free to contribute to this project.

License

This project is open-sourced software licensed under the MIT license.