Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 439 Bytes

EchartsDemo

一套基于 Ng-zorro-antd【ANT DESIGN】 和 ng-alain的企业后台模板。

运行

直接 clone git 仓库

$ git clone --depth=1 https://github.com/SevenLonelyDay/echartsdemo my-project

cd my-project

# 安装依赖包
npm install

# 启动
npm start

# 使用HMR启动
npm run serve:hmr