update readme
This commit is contained in:
parent
71237ca31d
commit
3877b1f0d9
|
|
@ -38,11 +38,11 @@ PHP语言开发,基于 Laravel 框架,前端 Blade 模版 + Vue
|
|||
1. <a href="https://docs.beikeshop.com/install/bt.html" target="_blank">BeikeShop详细安装指引</a>
|
||||
|
||||
## 安装教程(面向开发者)
|
||||
1. git clone https://gitee.com/beikeshop/beikeshop.git
|
||||
1. 命令行进入beikeshop目录, 执行 `composer install` 安装第三方包
|
||||
1. 打开命令行克隆代码 `git clone https://gitee.com/beikeshop/beikeshop.git`
|
||||
1. 命令行进入 `beikeshop` 目录, 执行 `composer install` 安装第三方包
|
||||
1. 接着执行 `cp .env.example .env` 创建配置文件
|
||||
1. 接着执行 `npm install`(node 版本需16+) 以及 `npm run dev` 编译前端 js 和 css 文件
|
||||
1. 将项目文件夹下的 public 设置为网站根目录
|
||||
1. 将项目文件夹下的 `public` 设置为网站根目录
|
||||
1. 通过浏览器访问网站, 根据提示完成安装
|
||||
|
||||
## 参与贡献
|
||||
|
|
@ -52,4 +52,4 @@ PHP语言开发,基于 Laravel 框架,前端 Blade 模版 + Vue
|
|||
1. 新建 Merge Request
|
||||
|
||||
## QQ交流群
|
||||
1. 639108380
|
||||
1. 639108380
|
||||
|
|
|
|||
Loading…
Reference in New Issue