All Projects → Tencent → tdesign-vue-starter

Tencent / tdesign-vue-starter

Licence: MIT license
A starter-kit for TDesign Vue UI components.

Programming Languages

Vue
7211 projects
typescript
32286 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to tdesign-vue-starter

Weex Vue Starter Kit
weex starter kit in vue to use weexpack & weex both.(support hot-reload)
Stars: ✭ 182 (-8.54%)
Mutual labels:  vue2, starter-kit
ic-firebase-uploader
This component is a multi-file uploader for firebase
Stars: ✭ 21 (-89.45%)
Mutual labels:  vue2
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (-64.32%)
Mutual labels:  starter-kit
tdesign
Enterprise Design System
Stars: ✭ 2,142 (+976.38%)
Mutual labels:  tdesign
generator-vue-impression
Yeoman generator for mobile Vue 2.0 project.
Stars: ✭ 13 (-93.47%)
Mutual labels:  vue2
php-base-project
A Composer ready package to start a new PHP 7 project
Stars: ✭ 17 (-91.46%)
Mutual labels:  starter-kit
android-github-repo-template
A template for creating new repositories for the new Android Project.
Stars: ✭ 18 (-90.95%)
Mutual labels:  starter-kit
electron-vue-typescript-starter
Starter project for an Electron app with Vue in TypeScript.
Stars: ✭ 36 (-81.91%)
Mutual labels:  starter-kit
ultimate-backend-dashboard
ultimate react ssr starter kit is a boilerplate strapped with Apollo graphql support and alot of goodies based on FusionJS
Stars: ✭ 19 (-90.45%)
Mutual labels:  starter-kit
icmpmon
A simple ICMP monitor with web interface.
Stars: ✭ 33 (-83.42%)
Mutual labels:  vue2
python-flask-app
Start building your next Python Flask app on IBM Cloud.
Stars: ✭ 48 (-75.88%)
Mutual labels:  starter-kit
mediagui
go / vuejs / vuex powered application
Stars: ✭ 22 (-88.94%)
Mutual labels:  vue2
element-schema-form
A schema-based element-ui form component for Vue2.x.
Stars: ✭ 31 (-84.42%)
Mutual labels:  vue2
d6
No description or website provided.
Stars: ✭ 22 (-88.94%)
Mutual labels:  vue2
generator-bunny
🐰 Jumpstart node module, like a bunny!
Stars: ✭ 13 (-93.47%)
Mutual labels:  starter-kit
tensorflow-stack-ts
TensorFlow.js Full-Stack Starter Kit
Stars: ✭ 33 (-83.42%)
Mutual labels:  starter-kit
vue-flag-icon
a vue compoment for flag-icon-css
Stars: ✭ 64 (-67.84%)
Mutual labels:  vue2
lavas-cnode
A PWA for cnodejs.org written by Baidu-Lavas.
Stars: ✭ 13 (-93.47%)
Mutual labels:  vue2
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-85.93%)
Mutual labels:  starter-kit
symfony-lts-docker-starter
🐳 Dockerized your Symfony project using a complete stack (Makefile, Docker-Compose, CI, bunch of quality insurance tools, tests ...) with a base according to up-to-date components and best practices.
Stars: ✭ 39 (-80.4%)
Mutual labels:  starter-kit

TDesign Logo

node compatility License

项目简介

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

在线预览 · 使用文档

特性

  • 内置多种常用的中后台页面
  • 完善的目录结构
  • 完善的代码规范配置
  • 支持暗黑模式
  • 自定义主题颜色
  • 多种空间布局
  • 内置 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

Pull Request

  1. Fork 代码!
  2. 创建自己的分支: git checkout -b feat/xxxx
  3. 提交你的修改: git commit -a 'feat(project): describe'
  4. 推送您的分支: git push origin feat/xxxx
  5. 提交 pull request

贡献提交规范

兼容性

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Edge >=84 Firefox >=83 Chrome >=84 Safari >=14.1

开源协议

TDesign 遵循 MIT 协议

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].