Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 944 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 944 Bytes

Tutorial at Digital Fortress

Requirements:

You should have composer, node and yarn package manager installed.

Steps:

  1. Clone this repository
  2. Cd to the root directory in your terminal (cd symfony-vue-tutorial)
  3. Execute composer install to install all the PHP dependencies
  4. Execute npm install to install all the Javascript dependencies
  5. Run development Server php bin/console server:start
  6. Build JS assets yarn run encore dev --watch
  7. Navigate to http://localhost:8000/

Thats all folks!

If you have any doubts/errors, follow the tutorial at https://digitalfortress.tech/tutorial/symfony-vue-js-integration/