# dotnet-vue **Repository Path**: huangmingji/dotnet-vue ## Basic Information - **Project Name**: dotnet-vue - **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-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dotnet-vue ## Usage ### Install Template ```bash dotnet new --install DotnetVue::1.1.0 ``` ### Uninstall Template ```bash dotnet new -u DotnetVue ``` ### Create New Project ```bash # Create an empty vue project dotnet new vue ```