A starter-kit for TDesign Vue Next UI components
Go to file
2023-09-06 17:01:15 +08:00
.github feat: trigger action on site branch (#493) 2023-05-10 19:52:57 +08:00
.husky chore: prepare-commit-msg bypass windows 2022-06-23 14:37:16 +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 feat: support keep-alive meta config (#470) 2023-04-13 15:33:03 +08:00
public feat: rename 2021-11-15 19:09:09 +08:00
src fix:修改错别字 (#600) 2023-09-06 17:01:15 +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 perf: 接口配置硬编码调整到环境变量 (#445) 2023-03-15 15:34:36 +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: 将现有代码迁移至TS严格模式 - 禁止any类型 (#519) 2023-05-24 10:40:06 +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 chore: update icons and remove deprecated assets (#591) 2023-08-18 16:15:26 +08:00
README-zh_CN.md feat: upgrade vite4 (#533) 2023-06-01 14:12:23 +08:00
README.md feat: upgrade vite4 (#533) 2023-06-01 14:12:23 +08:00
stylelint.config.js feat(stylelint): 移除没用的规则 (#584) 2023-08-05 16:57:30 +08:00
tsconfig.json feat: 将现有代码迁移至TS严格模式 - 禁止any类型 (#519) 2023-05-24 10:40:06 +08:00
vite.config.ts fix: import/order (#579) 2023-08-02 13:49:56 +08:00

TDesign Logo

node compatility 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.