All Projects → gazben → laravel-vue-admin

gazben / laravel-vue-admin

Licence: other
Laravel integration with vue-admin

Programming Languages

Vue
7211 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to laravel-vue-admin

RuoYi-Cloud-Vue3
🎉 基于Spring Boot、Spring Cloud & Alibaba、Vue3 & Vite、Element Plus的分布式前后端分离微服务架构权限管理系统
Stars: ✭ 295 (+719.44%)
Mutual labels:  vue-admin
RuoYi-Vue-Oracle
🎉 (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 225 (+525%)
Mutual labels:  vue-admin
vue-admin-better
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro
Stars: ✭ 12,962 (+35905.56%)
Mutual labels:  vue-admin
nodePlatform-eggjs
基于egg.js编写的node平台,演示地址不要乱搞啊
Stars: ✭ 214 (+494.44%)
Mutual labels:  vue-admin
vue-lite-admin
a lite vue3.0 admin template,there is no typescript and vuex (但注释挺全)
Stars: ✭ 67 (+86.11%)
Mutual labels:  vue-admin
admincraft
Admincraft is a vue admin application quick build tool
Stars: ✭ 36 (+0%)
Mutual labels:  vue-admin
Hyperf Admin
hyperf-admin 是基于 hyperf + vue 的配置化后台开发工具
Stars: ✭ 244 (+577.78%)
Mutual labels:  vue-admin
vue-antdesign-admin-template
Ant Design Pro Vue Template
Stars: ✭ 127 (+252.78%)
Mutual labels:  vue-admin
antd-admin
ant-design-vue-pro
Stars: ✭ 14 (-61.11%)
Mutual labels:  vue-admin
vue-admin-work
🎉🎉🚀🚀🚀🚀vue-admin-work是一个中后台系统管理方案。使用 vue2.x 及周边全家桶工具开发而来。支持多种功能,不同角色权限🚀🚀🚀🎉🎉
Stars: ✭ 74 (+105.56%)
Mutual labels:  vue-admin
Admin-Frame-Vue3
基于Vue3 + Element-Plus + Vite 开发的中/后台管理系统
Stars: ✭ 181 (+402.78%)
Mutual labels:  vue-admin
admin-work
Vue3 和 NaiveUI 的完美结合—Admin Work,拥有漂亮、强大、完善的功能。采用 Vue3 Vite2 Typescript NaiveUI Pinia编写的中后台框架。全面的系统配置,优质模板,常用组件,真正一站式开箱即用。持续更新,不断完善,一直在前进~~
Stars: ✭ 394 (+994.44%)
Mutual labels:  vue-admin
vue3-docs
vue中文社区,vue3 中文文档
Stars: ✭ 180 (+400%)
Mutual labels:  vue-admin
vue-admin-template
vue admin template 轻量级 后台管理系统基础模板
Stars: ✭ 24 (-33.33%)
Mutual labels:  vue-admin
jxc-admin
一个前后端分离的简易进销存后台管理系统,基于SpringBoot和vue-element-admin实现,具备常见的后台管理功能,登录态使用session,使用基于资源url的简单权限控制。
Stars: ✭ 203 (+463.89%)
Mutual labels:  vue-admin
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+202800%)
Mutual labels:  vue-admin
vuetify-admin
SPA Admin Framework for Vue.js running on top of REST APIs and built on Vuetify
Stars: ✭ 212 (+488.89%)
Mutual labels:  vue-admin
element-ui-demo
A element-ui admin base on vue2
Stars: ✭ 18 (-50%)
Mutual labels:  vue-admin
vue3-element-admin
🎉 基于 vite2 + vue3 + element-plus 的后台管理系统vue3-element-admin;使用vue-cli可以切换webpack分支
Stars: ✭ 79 (+119.44%)
Mutual labels:  vue-admin
element-admin
A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.
Stars: ✭ 37 (+2.78%)
Mutual labels:  vue-admin

Laravel vue-admin integration example

The web admin frontend uses the vue-admin package. If the frontend symlinking fails on windows you have to run it as Administrator or set the symlink permission

Building

Before you run build:watch you have to run build:dev or build:prod to create the symlinks. If you are using windows, you have to run it as administrator.

Frontend build commands:

  • php artisan build:install install the frontend dependencies
  • php artisan build:dev builds the frontend in dev mode
  • php artisan build:watch builds the frontend in dev mode, and watches the filesystem for changes
  • php artisan build:prod builds the frontend in production mode

Developing the frontend

The frontend root folder is resources/assets/frontend. In this folder you can find the complete vue-admin package. If you want to make changes to the frontend you have to work in this folder.

The frontend is buildable alone. You can find more info in the resources/assets/frontend/package.json.

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