线索分发平台
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
doublekou a0c9c8da15 业务员-我的线索-编辑新增客户资料 9 months ago
.github/workflows ui更新完成 1 year ago
.husky ui更新完成 1 year ago
.vscode ui更新完成 1 year ago
guidelines ui更新完成 1 year ago
pro-components 新增直达信息管理-初始版 11 months ago
public 第一版 1 year ago
scripts ui更新完成 1 year ago
src 业务员-我的线索-编辑新增客户资料 9 months ago
types 更改导出 9 months ago
.editorconfig ui更新完成 1 year ago
.env ui更新完成 1 year ago
.env.development 修改录入员和业务员 10 months ago
.env.production 修改录入员和业务员 10 months ago
.env.test 第一版 1 year ago
.eslintrc-auto-import.json 修改客户资料显示问题 9 months ago
.eslintrc.cjs 版本大更新 10 months ago
.gitignore ui更新完成 1 year ago
.lintstagedrc.json ui更新完成 1 year ago
.prettierignore ui更新完成 1 year ago
.prettierrc ui更新完成 1 year ago
LICENSE ui更新完成 1 year ago
README.md ui更新完成 1 year ago
commitlint.config.js ui更新完成 1 year ago
index.html 新增了个人中心 12 months ago
package-lock.json 录入员新增防抖 9 months ago
package.json 录入员新增防抖 9 months ago
pnpm-lock.yaml 版本大更新 10 months ago
tsconfig.app.json 新增了个人中心 12 months ago
tsconfig.json ui更新完成 1 year ago
tsconfig.node.json ui更新完成 1 year ago
vite.config.ts 部分函数添加防抖机制 9 months ago

README.md

ballcat-ui-vue3

项目开发中....

二开时请不要修改 pro-componets 内部文件,其对标 react 版本的 pro-componets 如有任何需要修改的问题,或者和 react 版本不一致的现象,请提 issues, 会尽快解决。

目前功能还在移植中,由于工作量太大,初版本只考虑移植 pro-layout 以及 pro-table(精简掉 searchform 模块) 后续 pro-components 将独立出一个仓库进行维护,同时会发布到 npm 仓库,方便引用。

包管理工具

项目强制要求使用 pnpm 进行依赖管理,使用 npm 或者 yarn 下载依赖将会报错。

npm install -g pnpm
pnpm install

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm run dev

Type-Check, Compile and Minify for Production

pnpm run build

Lint with ESLint

pnpm run lint