108518 / tdesign-vue-next-starter

A starter-kit for TDesign Vue Next UI components

Home Page:https://tdesign.tencent.com/starter/vue-next/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Pull Request

  1. Fork it!
  2. Create your branch: git checkout -b feat/xxxx
  3. Commit: git commit -a 'feat(project): describe'
  4. Push: git push origin feat/xxxx
  5. New Pull Request pull request

Commit Specification

Compatibility

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Edge >=84 Firefox >=83 Chrome >=84 Safari >=14.1

License

The MIT License. Please see the license file for more information.

About

A starter-kit for TDesign Vue Next UI components

https://tdesign.tencent.com/starter/vue-next/

License:MIT License


Languages

Language:Vue 55.6%Language:TypeScript 33.7%Language:Less 9.9%Language:JavaScript 0.5%Language:HTML 0.2%Language:Shell 0.1%