Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

A great way to start a new project with default symfony configuration and vue.js included.

License

Notifications You must be signed in to change notification settings

tomas862/symfony-vue-skeleton

Repository files navigation

symfony - vue.js - skeleton

Getting Started

clone repository

Prerequisites

  • composer
  • npm
  • node.js
  • PHP 7.2

Installing

  1. Run composer install
  2. Run one of the commands provided in package.json for assets management
  3. Launch web-server or configure public/index.php to be reachable for web-servers.
  4. Enjoy!

Notes

  • eslint airbnb is being used for assets validation. Check if your editor can scan .editorconfig file
  • for each commit, pre-commit hook file validates PSR-1 and PSR-2 php standards - if its not working check if it has right permissions. after composer install command it will be copied in .git/hooks folder.
  • consider using vue/cli for creating components and other parts of vue.js ecosystem.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A great way to start a new project with default symfony configuration and vue.js included.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published