云商协协会后台
Go to file
王创世 72dece78f7 1 2024-05-27 18:18:42 +08:00
.github 1 2024-04-18 13:44:38 +08:00
.husky 1 2024-04-18 13:44:38 +08:00
public 1 2024-04-18 13:44:38 +08:00
src 1 2024-05-27 18:18:42 +08:00
.editorconfig 1 2024-04-18 13:44:38 +08:00
.env 1 2024-05-11 18:14:00 +08:00
.env.development 1 2024-05-11 18:14:00 +08:00
.env.site 1 2024-05-11 18:14:00 +08:00
.eslintignore 1 2024-04-18 13:44:38 +08:00
.eslintrc 1 2024-04-18 13:44:38 +08:00
.gitignore 1 2024-04-18 13:44:38 +08:00
.prettierrc.js 1 2024-04-18 13:44:38 +08:00
.stylelintignore 1 2024-04-18 13:44:38 +08:00
LICENSE 1 2024-04-18 13:44:38 +08:00
PROXY.md 1 2024-04-18 13:44:38 +08:00
README-zh_CN.md 1 2024-04-18 13:44:38 +08:00
README.md 1 2024-04-18 13:44:38 +08:00
cache.dockerfile 1 2024-04-18 13:44:38 +08:00
commitlint.config.js 1 2024-04-18 13:44:38 +08:00
globals.d.ts 1 2024-04-18 13:44:38 +08:00
index.html 1 2024-04-18 13:44:38 +08:00
jsx.d.ts 1 2024-04-18 13:44:38 +08:00
package.json 1 2024-04-18 13:44:38 +08:00
shims-vue.d.ts 1 2024-04-18 13:44:38 +08:00
stylelint.config.js 1 2024-04-18 13:44:38 +08:00
tsconfig.json 1 2024-04-18 13:44:38 +08:00
vite.config.js 1 2024-04-18 13:44:38 +08:00

README.md

TDesign Logo

node compatility License

English | 简体中文

Introduction

TDesign Vue Starter is a TDesign-based project developed with Vue2, Vite. 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.