Skip to content

JLPAY/gwayne-dashboard

Repository files navigation

Frontend

项目通过 Angular CLI 6.1.5 创建。 使用node v12.22.12 编译通过

Development server

1. 克隆项目

git pull https://github.com/JLPAY/gwayne-dashboard.git

2.安装依赖

npm install

4.启动开发环境

npm run start

5.访问 http://localhost:4200

Build

执行 npm run build 去打包项目,打包结果会保存在 dist/ 目录下。