多粉pc样式
首先你需要 Node.js 4+ 和 NPM 3+
git clone git@github.com:ElemeFE/element.git
npm run dev
# open http://localhost:8085
如果国内用户觉得安装慢可以使用 yarn 搭配 taobao registry
npm i yarn -g
yarn config set registry https://registry.npm.taobao.org
yarn
npm run dev
# open http://localhost:8085
To build:
npm run dist