mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 08:04:59 +08:00
7e40754fc1
* 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>
4.8 KiB
4.8 KiB
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 .
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 welcome!Create your Issue or Submit your Pull Request。
Pull Request
- Fork it!
- Create your branch:
git checkout -b feat/xxxx
- Commit:
git commit -a 'feat(project): describe'
- Push:
git push origin feat/xxxx
- New Pull Request
pull request
Commit Specification
Compatibility
IE / Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 |