Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 300 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 300 Bytes

ant-koa-demo

A demo for http://ant.design/

Environment

node >= 4.0.0

Install

npm install cnpm -g --registry=https://registry.npm.taobao.org
cnpm install

Develop

npm run dev

访问 http://127.0.0.1:3001

Build

cnpm install webpack -g
npm run build