An application example using the Flux library for Vue, Vuex for the frontend and Symfony4 for the backend.
- PHP 7.2+ with php-v8js module installed
- brew gives an easy way to do this on OSX with
brew install php71-v8js
- brew gives an easy way to do this on OSX with
- Composer 1.5.x
- Node 8.x
- Npm
- Download the repository and execute the next command in console:
composer update
to get PHP dependenciesnpm install
to get JS dependenciesnpm run dev
to build JS files (ornpm run watch
for interactive watch)php bin/console server:run
to start a PHP server on127.0.0.1:8000
Execution guide in the following files: