{"id":13536325,"url":"https://github.com/honraytech/VueThink","last_synced_at":"2025-04-02T03:30:38.160Z","repository":{"id":39350269,"uuid":"82142712","full_name":"honraytech/VueThink","owner":"honraytech","description":" VueThink是一套基于Vue全家桶（Vue2.x + Vue-router2.x + Vuex）+ ThinkPHP5的前后端分离框架。 ","archived":false,"fork":false,"pushed_at":"2019-03-05T03:09:28.000Z","size":2760,"stargazers_count":1340,"open_issues_count":22,"forks_count":527,"subscribers_count":101,"default_branch":"master","last_synced_at":"2024-08-02T09:25:16.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honraytech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-16T05:25:49.000Z","updated_at":"2024-08-02T02:01:55.000Z","dependencies_parsed_at":"2022-09-20T01:12:40.412Z","dependency_job_id":null,"html_url":"https://github.com/honraytech/VueThink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honraytech%2FVueThink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honraytech%2FVueThink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honraytech%2FVueThink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honraytech%2FVueThink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honraytech","download_url":"https://codeload.github.com/honraytech/VueThink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222795273,"owners_count":17038797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T09:00:37.212Z","updated_at":"2024-11-03T01:31:14.362Z","avatar_url":"https://github.com/honraytech.png","language":"PHP","readme":"VueThink\n===============\n\n## 项目介绍\nVueThink是一套基于Vue全家桶（Vue2.x + Vue-router2.x + Vuex）+ Thinkphp的前后端分离框架。\n脚手架构建也可以通过vue官方的vue-cli脚手架工具构建\n实现了一般后台所需要的功能模块\n\nVueThink不仅适用于管理后台或管理系统开发，且广泛适用于B/S架构的项目开发。VueThink是对前后端分离技术的应用实践，2016年由洪睿科技的技术团队研发并投入商业开发使用，已有许多的商业项目实践。而今框架开源，希望能有更多志同道合的伙伴参与VueThink的迭代 ^_^\n\n## 使用许可：\nVueThink是基于MIT协议的开源框架，它完全免费。你可以免费下载VueThink，用来搭建自己的或者团体的软件。\n\n## 主要适用技术栈\n* 后端框架：ThinkPHP 5.0.x/ThinkPHP 5.1.x\n* 前端MVVM框架：Vue.JS 2.x\n* 开发工作流：Webpack 1.x\n* 路由：Vue-Router 2.x\n* 数据交互：Axios\n* 代码风格检测：Eslint\n* UI框架：Element-UI 1.1.6\n* JS函数库：Lodash\n\n\u003e VueThink的运行环境要求PHP5.6以上。\n\n详细开发文档参考 [ThinkPHP5完全开发手册](http://www.kancloud.cn/manual/thinkphp5)\n\n## 系统功能\n\n* 登录、退出登录\n* 修改密码、记住密码\n* 菜单管理\n* 系统参数\n* 权限节点\n* 岗位管理\n* 部门管理\n* 用户组管理\n* 用户管理\n\n### Demo\n\n演示地址：\u003chttp://demo.vuethink.com\u003e\n\n用户名：user01\n\n密码：user01\n\n### QQ群交流\n\n欢迎加入qq群：340506819\n\n### 开发依赖\n\n* vue \u003chttps://vuefe.cn/v2/guide/\u003e\n* element-ui@1.1.3  \u003chttp://element.eleme.io/1.1/#/zh-CN/component/installation\u003e\n* axios  \u003chttps://github.com/mzabriskie/axios\u003e\n* fontawesome \u003chttp://fontawesome.io/icons/\u003e\n* js-cookie  \u003chttps://github.com/js-cookie/js-cookie\u003e\n* lockr  \u003chttps://github.com/tsironis/lockr\u003e\n* lodash  \u003chttp://lodashjs.com/docs/\u003e\n* moment  \u003chttp://momentjs.cn/\u003e\n\n\n## 数据交互\n\n数据交互通过axios以及RESTful架构来实现\n\n用户校验通过登录返回的auth_key放在header\n\n值得注意的一点是：跨域的情况下，会有预请求OPTION的情况\n\n附上接口文档：\u003chttp://api.vuethink.com\u003e\n\n## Server搭建\n服务端使用的框架为thinkphp5.搭建前请确保拥有lamp/lnmp/wamp环境。\n\n集成环境推荐使用phpstudy：\u003chttp://www.phpstudy.net/\u003e\n或者phpset：\u003chttp://www.phpset.cn/\u003e\n\n这里所说的搭建其实就是把server框架放入WEB运行环境，并使用80端口。\n\n导入服务端根文件夹数据库文件install.sql，(数据库内用户表账号root,数据库名vuethink，密码123456)并修改config/database.php配置文件。\n\n* PHP \u003e= 5.6.0\n* PDO PHP Extension\n* MBstring PHP Extension\n* CURL PHP Extension\n\n服务端开发手册请参考：\u003chttp://www.kancloud.cn/manual/thinkphp5/118003\u003e\n\n当访问 \u003chttp://localhost\u003e, 出现“vuethink接口”即代表后端接口搭建成功。\n\n## 服务端重写配置\n```\n请参考[ThinPHP重写](https://www.kancloud.cn/manual/thinkphp5_1/353955)\n```\n\n\n\n### 前端搭建\n```\n请参考frontEnd里的README文件\n```\n","funding_links":[],"categories":["开发框架","PHP","PHP (184)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonraytech%2FVueThink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonraytech%2FVueThink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonraytech%2FVueThink/lists"}