Skip to content

manin-dev/laravel-vue-boilerplate

Repository files navigation

Laravel v11.x, Vue.js 3,Tailwind and Vite Boilerplate

A Laravel 11 Single Page Application boilerplate using Vue.js 3 and Vite

Common way

Rename the .env.example file to .env, and fill it with your local info, then:

Install PHP and JavaScript dependencies:

composer install
npm install

Generate Laravel keys:

php artisan key:generate

Run the Vite development server...

  npm run dev

Build and version the assets for production...

  npm run build

About

Laravel v11.x, Vue.js 3,Tailwind and Vite Boilerplate

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages