mkeneqa / symfony-vue-starter

This is configured Symfony and Vue.js starter with Vue-Router.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 or symfony server:start
  6. Build JS assets yarn run encore dev --watch
  7. Navigate to http://localhost:8000/

About

This is configured Symfony and Vue.js starter with Vue-Router.


Languages

Language:Shell 43.7%Language:PHP 26.9%Language:JavaScript 13.5%Language:Vue 10.6%Language:HTML 5.3%