All Projects → thecodingmachine → Symfony Vuejs

thecodingmachine / Symfony Vuejs

Licence: mit
Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"

Projects that are alternatives of or similar to Symfony Vuejs

Vue axios spa
基于vue2+axios+vux+vue-router+vuex构建的单页微信端项目
Stars: ✭ 54 (-68.24%)
Mutual labels:  axios, vuex, vue-router, spa
Vue Spa
vue-spa : vue + vue-router + axios + vuex + vux 快速成型移动端项目,直接使用。欢迎star
Stars: ✭ 46 (-72.94%)
Mutual labels:  axios, vuex, vue-router, spa
Todolist Frontend Vuejs
Front-end application for Todolist Web application built with Laravel and Vue.js
Stars: ✭ 120 (-29.41%)
Mutual labels:  axios, vuex, vue-router, spa
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (-17.06%)
Mutual labels:  vuex, vue-router, spa, single-page-applications
Xyy Vue
🎨基于vue+vue-router+vuex+axios+webpack开发的个人Demo《Qu约》
Stars: ✭ 1,316 (+674.12%)
Mutual labels:  axios, vuex, vue-router
Egg Vue Webpack Boilerplate
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 1,302 (+665.88%)
Mutual labels:  axios, vuex, vue-router
Vuedemo sell eleme
ele by vue2.x 🐧
Stars: ✭ 1,349 (+693.53%)
Mutual labels:  axios, vuex, vue-router
Seemusic
Vue 云音乐播放器,网易云音乐API,可听网易云高品质付费歌曲。 Vue music player
Stars: ✭ 112 (-34.12%)
Mutual labels:  axios, vuex, vue-router
Vue2 Admin
基于vue-element-admin、Vue2 权限、监控、管理系统(包含地图等嵌套)
Stars: ✭ 74 (-56.47%)
Mutual labels:  axios, vuex, vue-router
Vue2 Shop
A shop developed with Vue2 + Vue-router + Axios + Vuex + Node + Express + MongoDB + Webpack
Stars: ✭ 103 (-39.41%)
Mutual labels:  axios, vuex, vue-router
Vue Shop
VUE移动小商城
Stars: ✭ 148 (-12.94%)
Mutual labels:  axios, vuex, vue-router
Running Time
Sample Single Page Application using Laravel & Vue.js + Vuex + Vue-Router
Stars: ✭ 90 (-47.06%)
Mutual labels:  vuex, vue-router, spa
Vue Cli3 Multipage
由vue-cli3搭建的多页面多路由初始化项目包,包含ESlint,Axios,vue-router,vuex,babel,以及自己封装的异步请求API接口。
Stars: ✭ 76 (-55.29%)
Mutual labels:  axios, vuex, vue-router
Vue Typescript Music
🔥 基于 vue 全家桶 音乐项目(Music project) vue+typescript 实现 高仿 网易云音乐 移动端WebApp
Stars: ✭ 94 (-44.71%)
Mutual labels:  axios, vuex, vue-router
Putongoj Fe
The front end of the Putong Online Judge -- An online judge with nothing special
Stars: ✭ 74 (-56.47%)
Mutual labels:  axios, vuex, vue-router
Vue Laravel Spa
Single Page Application made with Vue.JS2, Vue Router, Vuex and Laravel 5.6.
Stars: ✭ 107 (-37.06%)
Mutual labels:  vuex, vue-router, spa
Vue Todos
vue最新实战项目教程,从零开始,一步一个脚印,循序渐进。跟着我一起学习vue吧!
Stars: ✭ 1,659 (+875.88%)
Mutual labels:  axios, vuex, vue-router
Echat
基于Vue的点对点聊天项目
Stars: ✭ 130 (-23.53%)
Mutual labels:  axios, vuex, vue-router
Vue Admin
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 1,135 (+567.65%)
Mutual labels:  axios, vuex, vue-router
Vue Mall
微信公众号测试项目
Stars: ✭ 74 (-56.47%)
Mutual labels:  axios, vuex, vue-router

A new version with Symfony + GraphQL + Nuxt.js is available here: https://github.com/thecodingmachine/symfony-boilerplate


Source code of the tutorial thecodingmachine.io/building-a-single-page-application-with-symfony-4-and-vuejs.

Quick start

If you want to try out the project just follow those steps:

$ cp .env.template .env
$ docker-compose up -d
$ docker-compose exec 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.localhost
127.0.0.1   phpmyadmin.app.localhost

You may now go to http://app.localhost/ and login using the following credentials:

Login: foo Password: bar

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].