A starter-kit for TDesign Vue Next UI components
Go to file
2022-12-16 15:12:02 +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 增加mock示例 (#127) 2022-04-24 14:00:21 +08:00
public feat: rename 2021-11-15 19:09:09 +08:00
src feat: 打开外部页面(内嵌/外链) (#377) 2022-12-16 15:12:02 +08:00
.editorconfig develop (merge request !2) 2021-08-26 03:27:48 +00:00
.env feat: support tabs page 2022-03-24 01:37:51 +08:00
.env.development fix(vite.config): fix base url 2022-03-21 13:50:58 +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 build(deps): bump pinia-plugin-persistedstate from 2.4.0 to 3.0.1 (#370) 2022-12-05 00:29:20 +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 chore: globalconfig edit (#25) 2021-12-13 11:44:18 +08:00
tsconfig.json feat: router修改为自动导入 (#223) 2022-07-12 14:14:44 +08:00
vite.config.ts feat: 将CSS Token设置为全局变量 (#327) 2022-10-01 11:28:42 +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.