igniteui-cli
igniteui-cli copied to clipboard
ig new command defaults to jquery framework
Description
When running ig new example-proj, the default project framework defaults to jQuery
- Ignite UI CLI version: 3.2.2
- Framework: N/A
- Project type: N/A
Steps to reproduce
- Install the latest version of the cli
- Generate a new project with the cli by running
ig new XXXXwhere XXXX is the name of your example project
Result
The created project uses jQuery framework
Expected result
The resulted project should either use the Angular framework + Empty Template or prompt for user input
Attachments
