clone repository
- composer
- npm
- node.js
- PHP 7.2
- Run composer install
- Run one of the commands provided in package.json for assets management
- Launch web-server or configure public/index.php to be reachable for web-servers.
- Enjoy!
- 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.
This project is licensed under the MIT License - see the LICENSE file for details