All Projects → yikeio → yike.io

yikeio / yike.io

Licence: other
一刻社区前端源码

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to yike.io

laravel-vue-crud-spa
Laravel & Vue CRUD Single Page Application (SPA) Tutorial. Tested on Laravel 5.8
Stars: ✭ 31 (-95.27%)
Mutual labels:  laravel-vue-spa
api.yike.io
一刻社区后端 API 源码
Stars: ✭ 1,019 (+55.34%)
Mutual labels:  laravel-vue-spa
laravel-vue-boilerplate
Laravel Vue SPA Sanctum
Stars: ✭ 37 (-94.36%)
Mutual labels:  laravel-vue-spa

Yike.io

论坛项目源码:https://yike.io, 基于 Vuejs 开发的 Laravel SPA 项目。

🏵 后端源码:https://github.com/overtrue/api.yike.io

开源中国 Gitee 仓库:Fork me on Gitee

🎬 快速上手视频:053. 优秀的开源社区——yike.io

🚨 此次开源只是应大家的要求,所以请不要联系我咨询任何使用问题,遇到问题请自行解决,熟读 Laravel 文档。 如果你有兴趣参与改进,请直接 PR 即可。

安装

克隆后先安装依赖:

$ npm install

或者使用 yarn:

$ yarn install

跑测试服务:

$ npm run serve

配置

Copy the .env.example to .env.[ENV]:

# local
cp .env.example .env.local

# production
cp .env.example .env.production

配置 腾讯防水墙 ID , 需要跟后端一致

# 腾讯防水墙配置
VUE_APP_CAPTCHA_ID_REGISTER=
VUE_APP_CAPTCHA_ID_PUBLISH=

License

MIT

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