无人机监管平台

root c0e173f292 1 8 months ago
.husky 4ea249afc7 init 1 year ago
docker 4ea249afc7 init 1 year ago
docs 4ea249afc7 init 1 year ago
mock c0e173f292 1 8 months ago
public c0e173f292 1 8 months ago
src c0e173f292 1 8 months ago
.editorconfig 4ea249afc7 init 1 year ago
.env c0e173f292 1 8 months ago
.env.development 4ea249afc7 init 1 year ago
.env.site 4ea249afc7 init 1 year ago
.eslintignore 4ea249afc7 init 1 year ago
.eslintrc 4ea249afc7 init 1 year ago
.gitignore c0e173f292 1 8 months ago
.prettierrc.js 4ea249afc7 init 1 year ago
.stylelintignore 4ea249afc7 init 1 year ago
LICENSE 4ea249afc7 init 1 year ago
PROXY.md 4ea249afc7 init 1 year ago
README-zh_CN.md 4ea249afc7 init 1 year ago
README.md 4ea249afc7 init 1 year ago
cache.dockerfile 4ea249afc7 init 1 year ago
commitlint.config.js 4ea249afc7 init 1 year ago
globals.d.ts 4ea249afc7 init 1 year ago
index.html c0e173f292 1 8 months ago
jsx.d.ts 4ea249afc7 init 1 year ago
package.json c0e173f292 1 8 months ago
plane.zip c0e173f292 1 8 months ago
shims-vue.d.ts 4ea249afc7 init 1 year ago
stylelint.config.js 4ea249afc7 init 1 year ago
tsconfig.json 4ea249afc7 init 1 year ago
vite.config.js c0e173f292 1 8 months ago

README-zh_CN.md

TDesign Logo

node compatility License

简体中文 | English

项目简介

TDesign Vue Starter 是一个基于 tdesign-vue,使用 Vue2Vite开发,可进行个性化主题配置,旨在提供项目开箱即用的、配置式的中后台项目。

在线预览 · 使用文档

特性

  • 内置多种常用的中后台页面
  • 完善的目录结构
  • 完善的代码规范配置
  • 支持暗黑模式
  • 自定义主题颜色
  • 多种空间布局
  • 内置 Mock 数据方案

使用

通过 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 / EdgeFirefoxChrome
IE / Edge
Firefox
Chrome
SafariSafari Edge >=84 Firefox >=83 Chrome >=84 Safari >=14.1

社区版本

基于 TDesign Vue 的 starter-kit 有多种社区版本,访问 社区链接 可以访问更多版本。 如果您也开发了 TDesign Starter 的社区版本,可以提交 Issue 或者直接给我们提Pull Request 😊。

开源协议

TDesign 遵循 MIT 协议