root c0e173f292 1 | hai 8 meses | |
---|---|---|
.husky | hai 1 ano | |
docker | hai 1 ano | |
docs | hai 1 ano | |
mock | hai 8 meses | |
public | hai 8 meses | |
src | hai 8 meses | |
.editorconfig | hai 1 ano | |
.env | hai 8 meses | |
.env.development | hai 1 ano | |
.env.site | hai 1 ano | |
.eslintignore | hai 1 ano | |
.eslintrc | hai 1 ano | |
.gitignore | hai 8 meses | |
.prettierrc.js | hai 1 ano | |
.stylelintignore | hai 1 ano | |
LICENSE | hai 1 ano | |
PROXY.md | hai 1 ano | |
README-zh_CN.md | hai 1 ano | |
README.md | hai 1 ano | |
cache.dockerfile | hai 1 ano | |
commitlint.config.js | hai 1 ano | |
globals.d.ts | hai 1 ano | |
index.html | hai 8 meses | |
jsx.d.ts | hai 1 ano | |
package.json | hai 8 meses | |
plane.zip | hai 8 meses | |
shims-vue.d.ts | hai 1 ano | |
stylelint.config.js | hai 1 ano | |
tsconfig.json | hai 1 ano | |
vite.config.js | hai 8 meses |
简体中文 | 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 协议。