A Symfony project demonstrating the use of Vue.js
-
Clone this repository
-
Run
composer install -
Install node dependencies:
npm install -
Ensure the following node dependencies are installed
- browserify
- babelify
- vue
-
Update your paremeters.yml file with database credentials
-
Create schema:
bin/console doctrine:schema:create -
Create User:
bin/console sandbox:createUser -
Create Contacts:
bin/console sandbox:createContacts
Symfony 3
gulp watch