Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 246 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 246 Bytes

test

使用方法

// 安装依赖
npm i

// 开启 development 模式
npm start

// 编译发布
npm run build

// development模式 浏览器访问
http://localhost:8087

// production模式 浏览器访问
http://localhost:8089