A starter-kit for TDesign Vue Next UI components
Go to file
2022-04-28 16:33:33 +08:00
.github feat(color): remove extra dependencies 2022-04-11 19:05:22 +08:00
.husky feat/t7 (#12) 2021-12-22 12:07:29 +08:00
.vscode chore: globalconfig edit (#25) 2021-12-13 11:44:18 +08:00
docs docs: readme img update 2021-12-16 12:24:51 +08:00
mock 增加mock示例 (#127) 2022-04-24 14:00:21 +08:00
public feat: rename 2021-11-15 19:09:09 +08:00
src refactor: adjust chart code dir 2022-04-28 16:33:33 +08:00
.editorconfig develop (merge request !2) 2021-08-26 03:27:48 +00:00
.env feat: support tabs page 2022-03-24 01:37:51 +08:00
.env.development fix(vite.config): fix base url 2022-03-21 13:50:58 +08:00
.eslintignore chore: prettier igonre update 2021-12-20 10:44:35 +08:00
.eslintrc feat: support tabs page 2022-03-24 01:37:51 +08:00
.gitignore chore(pnpmlock): remove pnpmlock 2022-02-19 16:28:51 +08:00
.npmrc feat(support pnpm): add to. Npmrc file to solve the problem of pnpm dependency 2022-04-11 12:16:53 +08:00
.prettierrc.js chore: prettier igonre update 2021-12-20 10:44:35 +08:00
.stylelintignore feat: upgrade the third phase of the component 2021-10-18 17:04:47 +08:00
commitlint.config.js feat: remove inner domain 2021-11-19 15:25:24 +08:00
globals.d.ts fix/githubaction/config (#14) 2021-12-06 22:53:37 +08:00
index.html chore: add aegis 2021-12-17 15:45:24 +08:00
LICENSE fix: slidenav and result icon fix 2021-12-15 21:09:28 +08:00
package.json refactor: adjust chart code dir 2022-04-28 16:33:33 +08:00
README.md Update README.md 2022-03-02 14:52:03 +08:00
stylelint.config.js chore: globalconfig edit (#25) 2021-12-13 11:44:18 +08:00
tsconfig.json refactor: login page replace form component (#9) 2021-11-27 18:50:07 +08:00
vite.config.ts fix(vite.config): fix base url 2022-03-21 13:50:58 +08:00

TDesign Logo

node compatility License

项目简介

TDesign Vue Next Starter 是一个基于 TDesign。使用 Vue3Vite2PiniaTypeScript 开发,可进行个性化主题配置,旨在提供项目开箱即用的、配置式的中后台项目。

在线预览 . 使用文档

特性

  • 内置多种常用的中后台页面
  • 完善的目录结构
  • 完善的代码规范配置
  • 支持暗黑模式
  • 自定义主题颜色
  • 多种空间布局
  • 内置 Mock 数据方案

使用

通过 tdesign-starter-cli 初始化项目仓库

## 1、安装 tdesign-starter-cli
npm i tdesign-starter-cli@latest -g

## 2、创建项目
td-starter init

开发

## 安装依赖
npm install

## 启动项目
npm run dev

构建

## 构建正式环境
npm run build

## 构建测试环境
npm run build:test

其他

## 预览构建产物
npm run preview

## 代码格式检查
npm run lint

## 代码格式检查与自动修复
npm run lint:fix

## style格式检查
npm run stylelint

## style格式检查与自动修复
npm run stylelint:fix

如何贡献

非常欢迎您的贡献!提交您的 Issue 或者提交 Pull Request

Pull Request

  1. Fork 代码!
  2. 创建自己的分支: git checkout -b feat/xxxx
  3. 提交你的修改: git commit -a 'feat(project): describe'
  4. 推送您的分支: git push origin feat/xxxx
  5. 提交 pull request

贡献提交规范

兼容性

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Edge >=84 Firefox >=83 Chrome >=84 Safari >=14.1

License

MIT