1 Star 0 Fork 42

airycode / jecloud-pc-admin

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

主项目

项目介绍

主项目是JECloud 前端的应用主框架,包含了系统的菜单展示,布局方式,路由、主题、国际化的管理,功能和微应用的集成管理,各模块之间的通讯管理等。

项目目录


│  .commitlintrc.js        # Git 提交校验配置文件
│  .editorconfig           # 编辑器配置文件
│  .eslintignore           # eslint 忽略校验配置文件
│  .eslintrc.js            # eslint 校验配置文件
│  .gitattributes          # Git 配置文件,设置行末字符为LF
│  .gitignore              # Git 忽略提交配置文件
│  .prettierrc.js          # 代码格式化配置文件
│  babel.config.js         # babel配置文件
│  CHANGELOG.md            # Git 提交记录
│  package.json            # 项目配置
│  README.md               # 说明文档
│  LICENSE                 # 开源协议文件
│  SUPPLEMENTAL_LICENSE.md # 补充协议文件
├─.vscode                  # vscode 项目配置目录,不建议私自修改
│      extensions.json     # vscode 推荐插件
│      settings.json       # vscode 常用配置
├─build                    # 项目构建目录
│     ├─hooks-git          # git 钩子函数
│     └─webapck            # webpack配置
├─docs                     # 帮助文档
├─service                  # 系统文件,如果问题,可以反馈,不允许私自修改
├─public                   # 静态资源
└─src                      # 源码文件

开发环境

node

v 14.18.3

npm

v 6.14.15

JECloud npm私服地址

http://verdaccio.jecloud.net/

基础库项目部署

本地项目调试之前,需要先把 基础库项目 部署完成。

# 全局安装 lerna,yalc
npm install lerna,yalc -g

# 下载项目
git clone https://gitee.com/ketr/jecloud-pc-libs.git

# 安装依赖
npm run setup

# 发布基础库
npm run yalc:publish

项目命令

安装依赖

npm run setup

启动服务

npm run dev

代码构建

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 前端主项目 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

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

搜索帮助