1.0.0 • Published 3 years ago

package_test_time v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

1. 开始

# 从gitlab上克隆完整项目
> 测试完的

# 进入前端项目文件夹,安装依赖
> cd lilith_im/client && npm i

# 进入后端项目文件夹,安装依赖
> cd ../server && npm i

2. 开发

# 启动后端服务
> cd server
> npm run dev

# 启动前端页面
> cd client
> npm start

3. 构建

# 编译前端页面
> cd client && npm run build

# 复制到后端public/dist文件夹
> cp client/* ../server/app/public/dist
1.0.0

3 years ago