# cool-uni-cli
**Repository Path**: dont_bite_my_apple/cool-uni-cli
## Basic Information
- **Project Name**: cool-uni-cli
- **Description**: cool-uni的cli版本
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-12-02
- **Last Updated**: 2024-12-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# COOL-UNI-CLI 项目脚手架
## 说明
cool-uni 的 cli 版本,方便非Hbuilder开发者
只是针对cli模式进行了调整,代码为20241202前最新,7.x版本。
[gitee](https://gitee.com/dont_bite_my_apple/cool-uni-cli.git)
&
[github](https://github.com/54kw7/cool-uni-cli.git)
## 简介
7.0 携带 vue3、vite、ts、pinia 等众多新特性细节曝光!
[演示地址](https://cool-js.com/uni/index.html#/)
## 更快
#### 启动快
基于 `vite`,快速的冷启动,不需要等待打包,即时的热模块更新,真正的按需编译。
#### 开发快
新增 `eps` 模式,自动扫描接口,代码智能提示。
#### 对接快
有什么功能是前端一个人做不了??大不了全干了
👉👉 [管理前端(vue3)开发文档、强大的 CRUD 组件](https://cool-js.com/admin/vue/introduce.html#%E4%BB%A3%E7%A0%81%E4%BB%93%E5%BA%93)
👉👉 [服务端(node、midway)开发文档、一键生成代码](https://cool-js.com/admin/node/introduce.html#%E4%BB%A3%E7%A0%81%E4%BB%93%E5%BA%93)
👉👉 [演示地址](https://show.cool-admin.com) 😁 账户:admin 密码:123456
- ✔ 管理系统
- ✔ ai编码
## 更强
内置请求、路由、文件上传、组件通信、缓存等方法及 ui 库和 hooks
```html
```
## 更全
#### 细腻的代码
- `service` 无感刷新,直接调用后端接口
```ts
const { service } = useCool();
```
- 提供 `entity` 描述,写 `any` 和不写的都哭了
```ts
const list = ref([]);
```
#### 活跃的社区
- 拥有自己的知识库系统
- [官方有问必答](https://cool-js.com/help/list.html)
#### 丰富的插件
- [Ai智能模块](https://cool-js.com/plugin/detail.html?id=58)
- [客服聊天模块](https://cool-js.com/plugin/detail.html?id=56)
- [企业机器人](https://cool-js.com/plugin/detail.html?id=41)、[飞书推送](https://cool-js.com/plugin/detail.html?id=30)
- [各厂商的支付模块](https://cool-js.com/plugin/detail.html?id=33)
- [云存储](https://cool-js.com/plugin/detail.html?id=36)
- [PDF打印](https://cool-js.com/plugin/detail.html?id=44)
- [更多](https://cool-js.com/plugin/list.html)