/CoreUI-Starter

.net core + angular ui但是我没调通,抽时间看看

Primary LanguageCSS

CoreUI-Starter

This is a clone of the CoreUI integrated into the .Net Core Angular2Spa starter template.

To use this template open a command prompt and run the following:

mkdir <any directory>
git clone https://github.com/gary-holland/CoreUI-Starter
cd CoreUI-Starter\CoreUI-Starter
cd CoreUI-Starter
npm install
webpack --config webpack.config.js
webpack --config webpack.config.vendor.js
dotnet restore
dotnet run

Open browser to "http://localhost:5000" to view the application.

Issues:

  • Server side rendering isn't functional yet.

Any contributions are welcome.