root c0e173f292 1 | há 8 meses atrás | |
---|---|---|
.husky | há 1 ano atrás | |
docker | há 1 ano atrás | |
docs | há 1 ano atrás | |
mock | há 8 meses atrás | |
public | há 8 meses atrás | |
src | há 8 meses atrás | |
.editorconfig | há 1 ano atrás | |
.env | há 8 meses atrás | |
.env.development | há 1 ano atrás | |
.env.site | há 1 ano atrás | |
.eslintignore | há 1 ano atrás | |
.eslintrc | há 1 ano atrás | |
.gitignore | há 8 meses atrás | |
.prettierrc.js | há 1 ano atrás | |
.stylelintignore | há 1 ano atrás | |
LICENSE | há 1 ano atrás | |
PROXY.md | há 1 ano atrás | |
README-zh_CN.md | há 1 ano atrás | |
README.md | há 1 ano atrás | |
cache.dockerfile | há 1 ano atrás | |
commitlint.config.js | há 1 ano atrás | |
globals.d.ts | há 1 ano atrás | |
index.html | há 8 meses atrás | |
jsx.d.ts | há 1 ano atrás | |
package.json | há 8 meses atrás | |
plane.zip | há 8 meses atrás | |
shims-vue.d.ts | há 1 ano atrás | |
stylelint.config.js | há 1 ano atrás | |
tsconfig.json | há 1 ano atrás | |
vite.config.js | há 8 meses atrás |
简体中文 | English
TDesign Vue Starter 是一个基于 tdesign-vue,使用 Vue2
、Vite
开发,可进行个性化主题配置,旨在提供项目开箱即用的、配置式的中后台项目。
通过 tdesign-starter-cli 初始化项目仓库
## 1、安装 tdesign-starter-cli
npm i tdesign-starter-cli@latest -g
## 2、创建项目
td-starter init
## 安装依赖
npm install
## 启动项目
npm run dev
## 构建正式环境
npm run build
## 构建测试环境
npm run build:test
## 预览构建产物
npm run preview
## 代码格式检查
npm run lint
## 代码格式检查与自动修复
npm run lint:fix
## style格式检查
npm run stylelint
## style格式检查与自动修复
npm run stylelint:fix
非常欢迎您的贡献!提交您的 Issue 或者提交 Pull Request。
IE / Edge | Firefox | Chrome |
---|
基于 TDesign Vue 的 starter-kit 有多种社区版本,访问 社区链接 可以访问更多版本。 如果您也开发了 TDesign Starter 的社区版本,可以提交 Issue 或者直接给我们提Pull Request 😊。
TDesign 遵循 MIT 协议。