Tencent/tdesign-starter-cli
Fork: 12 Star: 36 (更新于 2024-12-17 10:19:38)
license: MIT
Language: TypeScript .
CLI tool for TDesign Starter kit
最后发布版本: 0.5.2 ( 2024-08-19 17:03:29)
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-12-21 21:40:12 lobehub/lobe-chat
2024-12-21 12:01:51 siyuan-note/siyuan
2024-12-21 10:57:01 ai16z/eliza
2024-12-21 09:15:35 MetaCubeX/metacubexd
2024-12-21 04:50:26 mediar-ai/screenpipe
2024-12-20 19:36:48 vitejs/vite