0.0.21 • Published 11 months ago

jc-front-ui v0.0.21

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

锦程前端 UI 组件库

一个公共组件库

Project setup

yarn install

Compiles and hot-reloads for development

yarn build:all
yarn serve

Compiles and minifies for production

yarn build:js
yarn build:css

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

new Comp

// 新增组件
yarn newComp ComponentName
yarn build:entry

Customize configuration

See Configuration Reference.

具体使用请使用以下命令启动本地参考文档

<!-- 配置入口 -->
yarn build:entry
<!-- 打包 -->
yarn build:all
<!-- 启动服务 -->
yarn serve

Git 提交规范

  • 参考 vue 规范 (Angular)
    • feat 增加新功能
    • fix 修复问题/BUG
    • style 代码风格相关无影响运行结果的
    • perf 优化/性能提升
    • refactor 重构
    • revert 撤销修改
    • test 测试相关
    • docs 文档/注释
    • chore 依赖更新/脚手架配置修改等
    • workflow 工作流改进
    • ci 持续集成
    • mod 不确定分类的修改
    • wip 开发中
    • types 类型修改