react-admin-component
Version:
react library
20 lines (10 loc) • 520 B
Markdown
react-admin-component
## 项目启动方式
1、npm install
2、首次运行该项目时,需要先执行命令 `npm run style / yarn style`
3、`npm run storybook / yarn storybook`
## 代码提交方式
该项目采用命令的方式,规范了提交方式,在提交代码前可先阅读一下提交规范 http://test.karakal.com.cn:18089/karakal-frontend/docs/2019-08-08-git-message-style/
1、`git add .`
2、`npm run commit / yarn commit`
3、填写完相应信息之后,`git push`