-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description This PR includes the following proposed change(s): - fix angular compiling issue
- Loading branch information
Showing
3 changed files
with
3,570 additions
and
2,768 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
# PSSG-SPDBT | ||
|
||
## front-end commands | ||
|
||
refer to \src\Spd.Presentation.Screening\ClientApp\package.json | ||
|
||
### reinstall npm | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
### start local app | ||
|
||
``` | ||
npm run startlocal | ||
``` | ||
|
||
### regenerate api | ||
### regenerate api | ||
|
||
``` | ||
npm run gen-api-all-local | ||
``` | ||
|
||
if there is compiling error, we can reinstall npm. | ||
Please delete package-lock.json and node_modules, then reinstall node modules with command | ||
|
||
``` | ||
npm install | ||
``` |
Oops, something went wrong.