- Notifications
You must be signed in to change notification settings - Fork49
Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"
License
thecodingmachine/symfony-vuejs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A new version with Symfony + GraphQL + Nuxt.js is available here:https://github.com/thecodingmachine/symfony-boilerplate
Source code of the tutorialthecodingmachine.io/building-a-single-page-application-with-symfony-4-and-vuejs.
If you want to try out the project just follow those steps:
$ cp .env.template .env$ docker-compose up -d$ docker-composeexec app bash# executing bash inside app service$ composer install$ yarn install$ yarn dev$ php bin/console doctrine:migration:migrate$ php bin/console doctrine:fixtures:load
On MacOS, also update your/etc/hosts file with:
127.0.0.1 app.localhost127.0.0.1 phpmyadmin.app.localhostYou may now go tohttp://app.localhost/ andlogin using the following credentials:
Login:fooPassword:bar
About
Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.