2 Star 10 Fork 43

北京凯特伟业科技有限公司 / jecloud-pc-libs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

基础库项目

项目介绍

基础库项目是JECloud前端所有项目的基础依赖。本项目基于 Monorepo 的 lerna 模块管理方式,包含的类库如下:

  • @jecloud/cli:脚手架项目
  • @jecloud/func:功能库
  • @jecloud/ui: UI库
  • @jecloud/utils:工具库
  • examples:示例项目

项目目录


│  .commitlintrc.js        # Git 提交校验配置文件
│  .editorconfig           # 编辑器配置文件
│  .eslintignore           # eslint 忽略校验配置文件
│  .eslintrc.js            # eslint 校验配置文件
│  .gitattributes          # Git 配置文件,设置行末字符为LF
│  .gitignore              # Git 忽略提交配置文件
│  .prettierrc.js          # 代码格式化配置文件
│  CHANGELOG.md            # Git 提交记录
│  lerna.json              # Lerna 配置文件
│  package.json            # 项目配置
│  README.md               # 说明文档
│  LICENSE                 # 开源协议文件
│  SUPPLEMENTAL_LICENSE.md # 补充协议文件
└─packages                 # 包的统一管理目录
    ├─examples             # 示例项目
    ├─cli                  # 脚手架项目,包名:@jecloud/cli
    ├─func                 # 功能库,包名:@jecloud/func
    ├─ui                   # UI库,包名:@jecloud/ui
    └─utils                # 工具库,包名:@jecloud/utils

开发环境

node

v 14.18.3

npm

v 6.14.15

JECloud npm私服地址

http://verdaccio.jecloud.net/

项目命令

全局安装 lernayalc

npm install yalc lerna@^6.0.0 -g

安装依赖

npm run setup

启动服务

npm run dev

代码发布(本地调试)

npm run yalc:publish

代码构建

npm run build

Git代码提交

项目增加了Git提交规范,强烈建议使用 commitizen(格式化commit message的工具)来进行Git提交操作,请使用下面命令

npm run commit

生成Git提交记录

npm run changelog

开源协议

JECloud主目录

JECloud 微服务架构低代码平台(点击了解更多)

MIT License Copyright (c) 2023 北京凯特伟业科技有限公司 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

JECloud 前端基础库,包含:UI组件库,JS工具库等 展开 收起
JavaScript 等 5 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/ketr/jecloud-pc-libs.git
git@gitee.com:ketr/jecloud-pc-libs.git
ketr
jecloud-pc-libs
jecloud-pc-libs
master

搜索帮助