A starter-kit for TDesign Vue UI components.
TDesign Vue Starter is a project developed with Vue2 and Vite, based on the TDesign theme. It offers a customizable theme configuration and aims to provide an out-of-the-box solution for middle and background projects. This starter project includes various features such as complete directory structure, code specification configuration, dark mode support, custom theme colors, space layouts, and mock data scheme.
To install TDesign Vue Starter, follow these steps:
Install the tdesign-starter-cli package globally by running the following command:
npm install -g tdesign-starter-cli
Initialize your project using the CLI tool:
tdesign-starter-cli init
Follow the prompts and provide necessary information such as project name, theme configuration, etc.
Once the project is initialized, you can start development by running the following command:
npm run dev
Open your web browser and navigate to the provided local development server URL to see the project in action.
TDesign Vue Starter is a powerful project template based on Vue2 and Vite, integrating the TDesign theme. It offers a wide range of features and customization options to help developers kickstart middle and background projects. With its comprehensive directory structure, code specification configuration, dark mode support, custom theme colors, space layouts, and mock data scheme, it provides a solid foundation for building modern and engaging user interfaces. The installation process is straightforward, and developers can quickly get started with their project by following a few simple steps.