-
Notifications
You must be signed in to change notification settings - Fork 6
Updated skyux new
to use Angular CLI-based projects
#160
Conversation
Codecov Report
@@ Coverage Diff @@
## 5.0.0-next #160 +/- ##
==============================================
Coverage ? 100.00%
==============================================
Files ? 65
Lines ? 1804
Branches ? 0
==============================================
Hits ? 1804
Misses ? 0
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All commands work great (even skyux check-workspace
)! Some thoughts:
- When I ran
ng serve
the page was blank (but working). We should either add some basic content to the home page, or create a work item to add it later. - The
skyux eject
command assumes the project is public (a SPA is determined to be "internal" if the git remote is hosted on ADO, or if the--internal
flag is set). Should we also assume "public" forskyux new
, or simply not supportskyux new
for public repos at all?
|
No description provided.