MyGit

Tencent/tdesign-starter-cli

Fork: 13 Star: 36 (更新于 2024-10-30 19:24:36)

license: MIT

Language: TypeScript .

CLI tool for TDesign Starter kit

最后发布版本: 0.5.2 ( 2024-08-19 17:03:29)

GitHub网址

License Version Node Downloads

English | 简体中文

Please note that the Node version installed on your local machine needs to be >=16.

Install

npm install tdesign-starter-cli -g

Usage

Interactive Operation


# project initialization
td-starter init

# fill project name and description
? 请输入项目名称: [project-name]
? 请输入项目描述: Base on tdesign-starter-cli
...

cd [project-name]

# install dependencies
npm install
      
# run dev
npm run dev 

Command Operation


# project initialization
td-starter init [project name] [root]

cd [project-name]

# install dependencies
npm install

# run dev     
npm run dev 

Example

td-starter init tdesign-vue3-farm --type vue3 --buildToolType farm
td-starter init tdesign-vue3-farm -type vue3 -bt farm

Command Options

Option Description
-d, --description <description> description of a project (default: "Base on tdesign-starter-cli")
-type, --type <type> Code version vue2 | vue3 | react | miniProgram | mobileVue (default: "vue2")
-temp, --template <template> Project template type: lite | all (default: "lite")
-bt, --buildToolType <buildToolType> The construction tool for lite: vite | webpack (default: "vite")
-h, --help display help for command

Preview

Vite + React/Vue2/Vue3

Farm + React/Vue2/Vue3

Webpack + React/Vue2/Vue3

License

The MIT License. Please see the license file for more information.

最近版本更新:(数据更新于 2024-09-04 21:14:52)

2024-08-19 17:03:29 0.5.2

2024-06-05 11:10:34 0.5.1

2024-05-09 17:03:29 0.5.0

2023-11-10 11:08:21 0.4.2

2023-07-19 11:49:49 0.4.1

2023-05-30 18:06:06 0.4.0

2023-02-22 16:30:21 0.3.3

2022-09-26 15:16:46 0.3.2

2022-08-23 15:43:26 0.3.1

2022-08-22 20:42:08 0.3.0

Tencent/tdesign-starter-cli同语言 TypeScript最近更新仓库

2024-11-05 17:55:23 langgenius/dify

2024-11-05 16:59:32 laurent22/joplin

2024-11-05 11:52:31 RSSNext/Follow

2024-11-05 07:18:03 microsoft/genaiscript

2024-11-05 05:06:06 getmaxun/maxun

2024-11-04 14:44:09 x-extends/vxe-table