A starter-kit for TDesign Vue Next UI components
Go to file
WenKang 11f813351b
fix: dashboard&layout style bug (#403)
* fix: style bug

* fix: style bug
2023-02-01 19:44:33 +08:00
.github chore: remove stable ci 2022-10-16 21:55:31 +08:00
.husky chore: prepare-commit-msg bypass windows 2022-06-23 14:37:16 +08:00
.vscode chore: rename component file name (#243) 2022-07-27 15:35:57 +08:00
docs docs: readme img update 2021-12-16 12:24:51 +08:00
mock feat: add backend dynamic router permission code (#394) 2023-01-16 18:54:21 +08:00
public feat: rename 2021-11-15 19:09:09 +08:00
src fix: dashboard&layout style bug (#403) 2023-02-01 19:44:33 +08:00
.editorconfig develop (merge request !2) 2021-08-26 03:27:48 +00:00
.env feat: add backend dynamic router permission code (#394) 2023-01-16 18:54:21 +08:00
.env.development chore: fix surge deploy (#396) 2023-01-12 17:08:22 +08:00
.env.site feat: add backend dynamic router permission code (#394) 2023-01-16 18:54:21 +08:00
.eslintignore chore: prettier igonre update 2021-12-20 10:44:35 +08:00
.eslintrc chore: rename component file name (#243) 2022-07-27 15:35:57 +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
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 fix: stylelint 14 error (#404) 2023-02-01 15:37:47 +08:00
README-zh_CN.md chore: release 0.5.5 (#356) 2022-11-16 18:36:24 +08:00
README.md chore: release 0.5.5 (#356) 2022-11-16 18:36:24 +08:00
stylelint.config.js fix: stylelint 14 error (#404) 2023-02-01 15:37:47 +08:00
tsconfig.json feat: add tdesign components typing tips (#378) 2022-12-19 18:16:01 +08:00
vite.config.ts feat: add backend dynamic router permission code (#394) 2023-01-16 18:54:21 +08:00

TDesign Logo

node compatility License

English | 简体中文

Introduction

TDesign Vue Next Starter is a TDesign-based developed with Vue3, Vite2, 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.