初始化提交

This commit is contained in:
USER-20221017CE\Administrator
2022-11-01 12:09:54 +08:00
commit 555d9ca796
216 changed files with 72978 additions and 0 deletions

40
README.md Normal file
View File

@@ -0,0 +1,40 @@
## 环境准备 - 请关注项目更新及时拉取最新版本
### nodejs 下载
https://nodejs.org/en/
选择LTS 版本
直接按照提示安装即可
### 查看是否安装成功
```
node -v
```
### 安装镜像
```
npm install -g cnpm --registry=https://registry.npm.taobao.org
```
### clone 代码
```
git clone tl@git.jiagouedu.com:java-vip/tulingmall-front.git
```
### 下载依赖
```
cnpm install
```
### 运行项目
```
cnpm run serve
```
### 说明
课上的跨域项目位置(前端工程目录下面的资料目录):
```
http://git.tulingxueyuan.cn/java-vip/tulingmall-front/src/master/%e8%b5%84%e6%96%99
```