forked fromthecodingmachine/symfony-vuejs
- Notifications
You must be signed in to change notification settings - Fork0
Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"
License
NotificationsYou must be signed in to change notification settings
gistol/symfony-vuejs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 these steps.
$ 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"
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- PHP57.5%
- Vue20.6%
- JavaScript19.2%
- HTML2.7%