mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:28:24 +08:00
A starter-kit for TDesign Vue Next UI components
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> |
||
---|---|---|
.github | ||
.husky | ||
.vscode | ||
docs | ||
mock | ||
public | ||
src | ||
README-en_US.md | ||
.editorconfig | ||
.env | ||
.env.development | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmrc | ||
.prettierrc.js | ||
.stylelintignore | ||
commitlint.config.js | ||
index.html | ||
LICENSE | ||
package.json | ||
README-zh_CN.md | ||
README.md | ||
stylelint.config.js | ||
tsconfig.json | ||
vite.config.ts |
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 |