JSPM

  • Created
  • Published
  • Downloads 712
  • Score
    100M100P100Q101678F

A React component library.

Package Exports

  • react-loadingg

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-loadingg) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React-Loading

项目介绍

基于React的Loading组件

使用教程

开发

$ git clone https://github.com/sixiaodong123/react-loading
$ npm run dev

访问 http://localhost:9001/

打包

$ npm run build

提交规范

  • perf: 优化相关,比如提升性能、体验
  • feat: 新功能(feature)
  • fix: 修补bug
  • docs: 文档(documentation)
  • style: 格式(不影响代码运行的变动)
  • refactor: 重构(即不是新增功能,也不是修改bug的代码变动)
  • test: 增加测试
  • chore: 构建过程或辅助工具的变动
  • upgrade: 第三方库升级
  • revert: 回滚
  • scope: commit 影响的范围, 比如: route, component, utils, build...
  • merge: Merge branch ? of ?.

分支管理

  • 模块功能开发(feature/xxx)
  • Bug修改(bug/xxx)

文档