Laravue screenshot

Laravue

Author Avatar Theme by Carvelsaputra
Updated: 8 Nov 2024
6 Stars

High scalable boilerplate for Laravel - Vue using laravel-mix.

Categories

Overview

This product is a boilerplate that makes it easier for developers to create monolith Laravel projects integrated with Vue.js and vue-router. It offers high scalability, easy maintenance, and is free to use. The boilerplate also allows for easy separation of the project between front-end and back-end.

Features

  • High scalability
  • Easy maintenance
  • Free to use

Installation

To use this boilerplate, follow these steps:

  1. Run the following command in your terminal:
    composer create-project carvel/laravue
    
  2. Don’t forget to install the necessary dependencies using npm:
    npm install
    
  3. Build the production version of the project:
    npm run prod
    

Summary

The product is a boilerplate that simplifies the development of monolith Laravel projects integrated with Vue.js and vue-router. It offers high scalability, easy maintenance, and is free to use. The installation process involves creating the project using composer, installing dependencies with npm, and building the production version.