Skip to content

ArmenPoghosyan/laravue

Repository files navigation

Getting Started

Installation

Ensure you have the following installed:

Then run the following script which will install php and quasar dependencies.

./scripts/install.sh

Development

It's recommended to use Visual Studio Code as your IDE.

To start the frontend development server, run the following script or run "Run" task in VSCode.

./scripts/run.sh

To build the frontend, run the following script or run "Build" task in VSCode.

./scripts/build.sh

To clean the frontend build, run the following script or run "Clean" task in VSCode.

./scripts/clean.sh

Fake data

To generate fake data, run the following script.

php artisan db:seed

Project Structure

The project is split into two parts: backend and frontend.

The backend is located in the root directory.

The frontend is located in the resources/js/quasar directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published