Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/overtrue/yike.io
一刻社区前端源码
https://github.com/overtrue/yike.io
laravel laravel-vue-spa vue vue-project
Last synced: 5 days ago
JSON representation
一刻社区前端源码
- Host: GitHub
- URL: https://github.com/overtrue/yike.io
- Owner: overtrue
- Archived: true
- Created: 2018-09-19T08:27:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T16:28:02.000Z (over 2 years ago)
- Last Synced: 2024-07-31T12:08:04.980Z (3 months ago)
- Topics: laravel, laravel-vue-spa, vue, vue-project
- Language: Vue
- Homepage: https://yike.io/
- Size: 15 MB
- Stars: 658
- Watchers: 33
- Forks: 164
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- favorite-link - 一刻社区前端源码。
README
Yike.io
论坛项目源码:https://yike.io, 基于 Vuejs 开发的 Laravel SPA 项目。
> 🏵 后端源码:https://github.com/overtrue/api.yike.io
开源中国 Gitee 仓库:[![Fork me on Gitee](https://gitee.com/overtrue/yike.io/widgets/widget_3.svg)](https://gitee.com/overtrue/yike.io)
> 🎬 快速上手视频:[053. 优秀的开源社区——yike.io](https://learnku.com/courses/laravel-package/yikeio/2505)
> 🚨 此次开源只是应大家的要求,所以请不要联系我咨询任何使用问题,遇到问题请自行解决,熟读 Laravel 文档。
> 如果你有兴趣参与改进,请直接 PR 即可。## 安装
克隆后先安装依赖:
```shell
$ npm install
```或者使用 yarn:
```shell
$ yarn install
```跑测试服务:
```shell
$ npm run serve
```## 配置
Copy the `.env.example` to `.env.[ENV]`:
```shell
# local
cp .env.example .env.local# production
cp .env.example .env.production
```配置 [腾讯防水墙](https://007.qq.com/) ID , 需要跟后端一致
```env
# 腾讯防水墙配置
VUE_APP_CAPTCHA_ID_REGISTER=
VUE_APP_CAPTCHA_ID_PUBLISH=
```## License
MIT