https://github.com/grailstack/janus-ui
Janus管控平台的UI
https://github.com/grailstack/janus-ui
Last synced: 12 months ago
JSON representation
Janus管控平台的UI
- Host: GitHub
- URL: https://github.com/grailstack/janus-ui
- Owner: GrailStack
- Created: 2020-07-01T17:12:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T12:07:47.000Z (over 5 years ago)
- Last Synced: 2025-03-03T06:01:54.827Z (12 months ago)
- Language: Vue
- Homepage:
- Size: 511 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Project setup
## nodejs 版本要求
- nodejs 版本统一要求 10.0 以上,建议用 10.16.3 LTS 版本
### 安装对应的全局依赖包
```
npm install -g conventional-changelog-cli commitizen
```
### git 用法
**用 git cz 代替 git commit**
*git cz 用法*
* feat 新功能
* fix Bug修复
* docs 文档更新
* style 代码的格式,标点符号的更新
* refactor 代码重构
* perf 性能优化
* test 测试更新
* build 构建系统或者包依赖更新
* ci CI配置,脚本文件等更新
* chore 非src或者测试文件的更新
* revert commit回退
### 如何启动项目
- 使用npm install 安装依赖文件或者cnpm i
- 配制好 host 为 janus.com
- npm start 即可运行项目
- npm run serve
- npm run lint 做代码检测