Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/habibun/symfony-vue
Building a single page application with symfony 4, vue js, vue router, vuex and axios
https://github.com/habibun/symfony-vue
axios symfony symfony4 vue vuejs vuejs-router vuex
Last synced: 3 days ago
JSON representation
Building a single page application with symfony 4, vue js, vue router, vuex and axios
- Host: GitHub
- URL: https://github.com/habibun/symfony-vue
- Owner: habibun
- License: mit
- Created: 2019-10-26T07:06:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T16:38:40.000Z (over 2 years ago)
- Last Synced: 2024-04-17T05:50:29.712Z (7 months ago)
- Topics: axios, symfony, symfony4, vue, vuejs, vuejs-router, vuex
- Language: PHP
- Homepage:
- Size: 663 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation
Building a single page application with symfony 4, vue js, vue router, vuex and axios
| Repository Branch | Symfony Version | PHP Version |
|-------------------|-----------------|-----------------|
| [master][1] | `4.x` | `7.1` or higher |Read [Vue.js Docs](https://vuejs.org/)
Resources
- [Building a single page application with symfony 4, vue js, vue router, vuex and axios][2][1]: https://github.com/habibun/symfony-vue/tree/master
[2]: https://thecodingmachine.io/building-a-single-page-application-with-symfony-4-and-vuejs## Quick install
This command will get you up and running quickly.
```bash
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
## License
The code is licensed under the [MIT License](https://github.com/habibun/xxx/blob/master/LICENSE)