Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)