A starter-kit for TDesign Vue Next UI components
Go to file
2024-09-04 16:54:25 +08:00
.github feat: trigger action on site branch (#493) 2023-05-10 19:52:57 +08:00
.husky fix: 修复husky可能找不到npx命令的问题 (#635) 2023-11-15 18:05:15 +08:00
.vscode perf: 规范不同系统中的结束符 (#505) 2023-05-12 20:35:44 +08:00
docs docs: readme img update 2021-12-16 12:24:51 +08:00
mock fix: mock menu (#630) 2023-11-11 17:51:00 +08:00
public feat: rename 2021-11-15 19:09:09 +08:00
src fix(breadcrumb): 修复多层级路由地址错误 (#749) 2024-09-04 16:54:25 +08:00
.editorconfig develop (merge request !2) 2021-08-26 03:27:48 +00:00
.env perf: 接口配置硬编码调整到环境变量 (#445) 2023-03-15 15:34:36 +08:00
.env.development perf: 接口配置硬编码调整到环境变量 (#445) 2023-03-15 15:34:36 +08:00
.env.site perf: 接口配置硬编码调整到环境变量 (#445) 2023-03-15 15:34:36 +08:00
.env.test perf: 接口配置硬编码调整到环境变量 (#445) 2023-03-15 15:34:36 +08:00
.eslintignore chore: prettier igonre update 2021-12-20 10:44:35 +08:00
.eslintrc revert: lint change (#578) 2023-07-29 17:38:03 +08:00
.gitattributes perf: 规范不同系统中的结束符 (#505) 2023-05-12 20:35:44 +08:00
.gitignore chore: remove npm lock file ignore (#717) 2024-05-12 22:11:04 +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 feat: 将整体代码规范为ESM (#680) 2024-02-13 18:55:31 +08:00
.stylelintignore feat: upgrade the third phase of the component 2021-10-18 17:04:47 +08:00
commitlint.config.js feat: 将整体代码规范为ESM (#680) 2024-02-13 18:55:31 +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-lock.json build(deps): bump tdesign-vue-next from 1.9.3 to 1.9.9 (#748) 2024-09-02 14:23:35 +08:00
package.json build(deps): bump tdesign-vue-next from 1.9.3 to 1.9.9 (#748) 2024-09-02 14:23:35 +08:00
README-zh_CN.md fix: 修复README单词拼写错误 (#738) 2024-07-28 21:09:27 +08:00
README.md fix: 修复README单词拼写错误 (#738) 2024-07-28 21:09:27 +08:00
stylelint.config.js feat: 将整体代码规范为ESM (#680) 2024-02-13 18:55:31 +08:00
tsconfig.json feat: upgrade to vue 3.4 and fix route issues (#699) 2024-03-30 22:32:05 +08:00
vite.config.ts fix: import/order (#579) 2023-08-02 13:49:56 +08:00

TDesign Logo

node compatibility License

English | 简体中文

Introduction

TDesign Vue Next Starter is a TDesign-based developed with Vue 3, Vite, Pinia, TypeScript. It can be customized theme configuration, and aims to provide project out-of-the-box, configuration-style middle and background projects.

Live Preview · Documentation

Features

  • Various provided pages for develop
  • Complete directory structure for develop
  • Code specification configuration
  • Support dark mode
  • Custom theme colors
  • Various space layouts
  • Mock data scheme

Usage

Initialize project with our CLI tool tdesign-starter-cli

## install tdesign-starter-cli
npm i tdesign-starter-cli@latest -g

## create project
td-starter init

Develop

## install dependencies
npm install

## set up
npm run dev

Build

## build
npm run build

## build for test
npm run build:test

Contributing Guide

We welcome contributions to our project. Create your Issue or Submit your Pull Request.

Commit Specification

Browser Support

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

Community Versions

There are kinds of community versions of starter-kit based on TDesign Vue Next, visit community-link for more detail. If you developed a community versions of tdesign starter, please create a issue or submit a pull request to let us know 😊.

License

The MIT License. Please see the license file for more information.