修改 readme

This commit is contained in:
pushuo 2022-11-11 14:48:13 +08:00 committed by Edward Yang
parent 02cdd6b040
commit 50c33fd9d2
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ BeikeShop 是基于 Laravel 开发的一款开源商城系统,主要面向外
## 软件架构
PHP语言开发基于 Laravel 框架,前端采用Vue
PHP语言开发基于 Laravel 框架,前端 Blade 模版 + Vue
## 环境要求
- PHP 8.0+
@ -41,7 +41,7 @@ PHP语言开发基于 Laravel 框架前端采用Vue
1. git clone https://gitee.com/beikeshop/beikeshop.git
1. 命令行进入beikeshop目录, 执行 `composer install` 安装第三方包
1. 接着执行 `cp .env.example .env` 创建配置文件
1. 接着执行 `npm install` 以及 `npm run dev` 编译前端 js 和 css 文件
1. 接着执行 `npm install`node 版本需16+ 以及 `npm run dev` 编译前端 js 和 css 文件
1. 将项目文件夹下的 public 设置为网站根目录
1. 通过浏览器访问网站, 根据提示完成安装