Add homepage

fix eslint
This commit is contained in:
qingwei.li
2016-09-18 15:28:39 +08:00
parent ab1d59e350
commit badf5ae12f
3 changed files with 9 additions and 14 deletions

View File

@@ -25,13 +25,8 @@ dist: install
dist-all:
npm run dist:all
deploy: install
deploy:
@npm run deploy
@rm -rf fe.element/element-ui
@cp -r examples/element-ui fe.element
gh-docs:
@npm run gh-docs
pub:
./node_modules/.bin/kp $(filter-out $@,$(MAKECMDGOALS))