All Projects → hamog → Laravel Vue

hamog / Laravel Vue

This application is test and implemented by Laravel 5.4 and Vue.js 2.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Laravel Vue

Vue Axios Github
Vue 全家桶 + axios 前端实现登录拦截、登出、拦截器等功能
Stars: ✭ 2,622 (+5600%)
Mutual labels:  axios, vuejs2, vue-router
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+1484.78%)
Mutual labels:  axios, vuejs2, vue-router
Vue2 Qq
一个基于兴趣,为了学习,提高能力的项目
Stars: ✭ 90 (+95.65%)
Mutual labels:  axios, vuejs2, vue-router
Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (+554.35%)
Mutual labels:  axios, vuejs2, vue-router
skr
🏆 Blog with manager (vue&ssr)
Stars: ✭ 16 (-65.22%)
Mutual labels:  vuejs2, axios, vue-router
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+441.3%)
Mutual labels:  axios, vuejs2, vue-router
Vue Visualization
Vue 结合 D3.js 进行数据可视化开发的练手案例
Stars: ✭ 125 (+171.74%)
Mutual labels:  axios, vuejs2, vue-router
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-15.22%)
Mutual labels:  vuejs2, axios, vue-router
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (+456.52%)
Mutual labels:  axios, vuejs2, vue-router
Vue Music
cloud-music(网易云音乐)
Stars: ✭ 500 (+986.96%)
Mutual labels:  axios, vuejs2, vue-router
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+1828.26%)
Mutual labels:  vuejs2, vue-router
Vue2 Study
vue 的webpack配置,按需加载,element-ui,vuex
Stars: ✭ 16 (-65.22%)
Mutual labels:  axios, vue-router
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-84.78%)
Mutual labels:  axios, vuejs2
Vue Ts Daily
基于vue、Typescript、pwa的一款习惯养成app
Stars: ✭ 735 (+1497.83%)
Mutual labels:  vuejs2, vue-router
Jdf Phone Ui
🖖 前端混合开发整合框架(cordova插件,微信,H5)
Stars: ✭ 18 (-60.87%)
Mutual labels:  axios, vue-router
Vue Meteor
🌠 Vue first-class integration in Meteor
Stars: ✭ 893 (+1841.3%)
Mutual labels:  vuejs2, vue-router
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-60.87%)
Mutual labels:  vuejs2, vue-router
Nuxt Ssr Demo
✨ 高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo
Stars: ✭ 856 (+1760.87%)
Mutual labels:  axios, vue-router
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+1771.74%)
Mutual labels:  axios, vue-router
Vue Music
基于vue2.0的网易云音乐播放器,api来自于NeteaseCloudMusicApi,v2.0为最新版本
Stars: ✭ 855 (+1758.7%)
Mutual labels:  axios, vue-router

Laravel-Vue

Demo Picture Demo Picture This basic SPA is boostrapped with Laravel 5.4, Vue.js 2, VueRouter, Axios and so much more !

Features

  • Basic Routing with VueRouter 2.0
  • Use VueJS Components and Named Slots
  • Use a Laravel component
  • Web AJAX call with axios
  • List Rendering with VueJS
  • Validation form inputs

Installation

  • Clone or download the repository
git clone https://github.com/hamog/Laravel-Vue.git
  • CD in project root directory and Run
cd Laravel-Vue/
composer install 
  • Run
npm install
  • Rename .env.example to .env

  • Change your database credentials on the .env file

  • Run the generate application key

php artisan key:generate
  • Run the migrations and seed data on your database
php artisan migrate --seed
  • Run
php artisan serve
  • And you're good to go !

CopyRight

This project is open for all.

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].