tdesign-vue-next-starter/README.md
yuyang 7e40754fc1
docs: README in English (#301)
* fix: miss layout header

* docs: readme in english

* fix: typo and grammar (#300)

* chore: add lang tab

Co-authored-by: Thet Paing Hein <paiakarit@gmail.com>
2022-09-13 16:42:51 +08:00

4.8 KiB
Raw Blame History

TDesign Logo

node compatility License

English | 简体中文

Introduction

TDesign Vue Next Starter is a TDesign-based, developed with Vue3, Vite2, Pinia, TypeScript, which can be customized theme configuration, and aims to provide project out-of-the-box, configuration-style middle and background projects .

preview · documentation

Features

  • Various provided pages for develop
  • Complete Directory Structure for develop
  • Code Specification Configuration
  • Dark Mode
  • Custom theme colors
  • Various space layouts
  • Mock Data Scheme

Usage

init project with our CLI tool tdesign-starter-cli

## install tdesign-starter-cli
npm i tdesign-starter-cli@latest -g

## 2、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

Contributing is welcomeCreate 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

MIT