1.1.0 • Published 9 months ago

bimi-react v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

bimi-react

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Run 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