Skip to content

A project that allows you to directly launch a project with symfony in api or site and a back office in vuejs

Notifications You must be signed in to change notification settings

crownbackend/symfony-vue-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Vue Boilerplate

This is a Symfony-Vue boilerplate project.

Prerequisites

Before you start, make sure you have the following prerequisites:

  • Node.js version 20
  • PHP version 8.1

Getting Started

Follow these steps to set up the project:

  1. Navigate to the backend/ directory:

    cd backend/
  2. Install the required Symfony dependencies:

    composer install

    If Symfony is not the latest version, you can use the following command to update:

    composer update
  3. Navigate to the back-office/ directory:

    cd back-office/
  4. Install the required Node.js dependencies:

    npm install

Now, your Symfony-Vue project is set up and ready to use.

About

A project that allows you to directly launch a project with symfony in api or site and a back office in vuejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published