bimi-react
v1.1.0
Published
## Getting Started
Readme
bimi-react
Getting Started
Install dependencies,
$ npm iStart the dev server,
$ npm startBuild documentation,
$ npm run docs:buildRun test,
$ npm test本地打包,
$ npm run build执行npm login,依次输入注册npm时的username, password, email后,执行npm whoami能终端输出用户名,说明登录成功,最后执行npm publish发包。
推送
$ git add .
$ git commit -m '注释'
$ git push -u origin master将文档部署至github的github pages上,
$ npm run deploy