Log in to the github website and try again.
METRONIC THEME DOWNLOAD When a new metronic version is available, it's included in the next ASP.NET Zero release. You can download the latest metronic from the button below.
If you don't have permission yet, you can add your github users using "Github Users" tab on License Management page to get access.
please visit: https://aspnetzero.com/Download
What's wrong with it?
I downloaded the 6.0 test project and everything works fine.
You can try to execute yarn
first in the Web.Mvc directory.
Here are the introduction documents you can refer to: How to manage different environments with Angular CLI? [Updated for v6+]
https://aspnetzero.com/Download
Important Notice: If you use "Test" or "Demo" keywords in your project name, it will not effect your allowed project count You can download a project with same name more than once You can not rename a project after download.
There are documents here: https://aspnetzero.com/Documents/Development-Guide-Angular#iis-deploy
The solution used by this ZERO, for reference only.
PENETRATION TEST Asp.Net Zero (v5) has been scanned for vulnerabilities with the latest version of OWASP ZAP (v2.7.0). The OWASP Zed Attack Proxy (ZAP) is one of the world's most popular security tools and is actively maintained by hundreds of international volunteers, see Security-Report for details.
I don't think it is right now.
Before running the project, we need to run a npm task to bundle and minify the CSS and JavaScript files. In order to do that, we can open a command prompt, navigate to root directory of *.Web.Mvc project and run npm run create-bundles
command. This command should be run when a new npm package is being added to the solution. Or you can just build your solution and all bundles will be updated automatically.