Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 466 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 466 Bytes

example

Todos demo use .san components and esnext

Notice: This demo is incompatible with old IE. More infomation see baidu/san#291

Prepare

$ npm i

Dev

First, run dev script:

$ npm start

And then, open http://localhost:8888/

Build

$ npm run build

Start static server at dist

$ type serve >/dev/null 2>&1 || npm i -g serve
$ serve dist -p 9999

Open http://localhost:9999/