Building a single page application with symfony 4, vue js, vue router, vuex and axios
Repository Branch | Symfony Version | PHP Version |
---|---|---|
master | 4.x |
7.1 or higher |
Read Vue.js Docs
Resources
This command will get you up and running quickly.
cp .env .env.local
symfony composer install
symfony console doctrine:migrations:migrate
yarn install
yarn watch
symfony serve
You may now go to http://127.0.0.1:8000
The code is licensed under the MIT License