Recently want to learn ABP frame, originally thought Angularjs and other front-end framework, no need to go through other configuration, from the official online download several times, also find a lot of tutorials, always thought it was their own which step wrong, and later found that also need to undergo other configuration. Untold ... Download from official website
Open asp.net boilerplate go to download page
Basic Environment
As stated in the official documentation, the required compilation environment is the following Visual Studio 2017 v15.3.5+ (ABP (. Net Core) required) Nodejs 6.9+ with npm 3.10+ Ty Pescript 2.0+
Download Installation typescript
Install Nodejs
Start Configuration
Unzip project file
Open the Node.js console, the path is set to Angularjs directory, execute
NPM Install
Perform the Open service after
NPM start
This time to open vs instance, Access Http://localhost:4200/can see the landing page
Reference:
ABP. Net Core API and angular front-end app integrated deployment
(translate) Start using the Abp.core template (asp.net Core with angular)