# dotnet-element-ui **Repository Path**: huangmingji/dotnet-element-ui ## Basic Information - **Project Name**: dotnet-element-ui - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2022-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dotnet-element-ui ## Usage ### Install Template ```bash dotnet new -i DotnetElementUI::1.0.0 ``` ### Uninstall Template ```bash dotnet new -u DotnetElementUI ``` ### Create New Project ```bash # Create an empty vue project dotnet new element-ui ```