A starter-kit for TDesign Vue Next UI components
Go to file
2021-12-22 16:53:04 +08:00
.github chore(issue template): add issue template 2021-12-22 16:53:04 +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
docker develop (merge request !2) 2021-08-26 03:27:48 +00:00
docs docs: readme img update 2021-12-16 12:24:51 +08:00
public feat: rename 2021-11-15 19:09:09 +08:00
src feat/t7 (#12) 2021-12-22 12:07:29 +08:00
.editorconfig develop (merge request !2) 2021-08-26 03:27:48 +00:00
.env develop (merge request !2) 2021-08-26 03:27:48 +00:00
.env.development develop (merge request !2) 2021-08-26 03:27:48 +00:00
.eslintignore chore: prettier igonre update 2021-12-20 10:44:35 +08:00
.eslintrc feat/login/uiedit (#21) 2021-12-10 03:05:49 +08:00
.gitignore fix: remove lock.json 2021-12-17 18:18:11 +08:00
.npmrc ci: update node version to 16.13 2021-12-15 18:20:45 +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
cache.dockerfile ci: dockerfile node to 16 2021-12-16 02:39:50 +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 feat/t7 (#12) 2021-12-22 12:07:29 +08:00
README.md docs: readme img update 2021-12-16 12:24:51 +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: slidenav and result icon fix 2021-12-15 21:09:28 +08:00

TDesign Logo

node compatility License

项目简介

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

在线预览 . 使用文档

特性

  • 内置多种常用的中后台页面
  • 完善的目录结构
  • 完善的代码规范配置
  • 支持暗黑模式
  • 自定义主题颜色
  • 多种空间布局
  • 内置 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
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT