From 50c33fd9d2909419008443c956a8f736bfcecc00 Mon Sep 17 00:00:00 2001 From: pushuo Date: Fri, 11 Nov 2022 14:48:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbe849b2..8f6b1360 100644 --- a/README.md +++ b/README.md @@ -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. 通过浏览器访问网站, 根据提示完成安装