Go to file
suguo.yao b867fe7cee init 2024-10-23 05:40:34 +08:00
docs init 2024-10-23 05:40:34 +08:00
mock init 2024-10-23 05:40:34 +08:00
public init 2024-10-23 05:40:34 +08:00
src init 2024-10-23 05:40:34 +08:00
.editorconfig init 2024-10-23 05:40:34 +08:00
.env init 2024-10-23 05:40:34 +08:00
.env.development init 2024-10-23 05:40:34 +08:00
.env.site init 2024-10-23 05:40:34 +08:00
.env.test init 2024-10-23 05:40:34 +08:00
.eslintignore init 2024-10-23 05:40:34 +08:00
.eslintrc init 2024-10-23 05:40:34 +08:00
.gitattributes init 2024-10-23 05:40:34 +08:00
.gitignore init 2024-10-23 05:40:34 +08:00
.npmrc init 2024-10-23 05:40:34 +08:00
.prettierrc.js init 2024-10-23 05:40:34 +08:00
.stylelintignore init 2024-10-23 05:40:34 +08:00
LICENSE init 2024-10-23 05:40:34 +08:00
README-zh_CN.md init 2024-10-23 05:40:34 +08:00
README.md init 2024-10-23 05:40:34 +08:00
commitlint.config.js init 2024-10-23 05:40:34 +08:00
index.html init 2024-10-23 05:40:34 +08:00
package-lock.json init 2024-10-23 05:40:34 +08:00
package.json init 2024-10-23 05:40:34 +08:00
stylelint.config.js init 2024-10-23 05:40:34 +08:00
tsconfig.json init 2024-10-23 05:40:34 +08:00
vite.config.ts init 2024-10-23 05:40:34 +08:00

README.md

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.