You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following options for new Aurelia CLI project are choosen:
Name: my-app
Platform: ASP.NET Core
Bundler: Aurelia-CLI
Loader: RequireJS
Transpiler: TypeScript
Markup Processor: Minimal Minification
CSS Processor: None
Unit Test Runner: Jest
Integration Test Runner: Protractor
Editor: Visual Studio Code
Aurelia CLI creates simple Web project which uses browserSync (au run) to run. There is no single ASP.NET Core/C# file in the folder.
What is the expected behavior?
Aurelia CLI should create .NET Core project which can be run using dotnet run, similar to option with WebPack bundler.
What is the motivation / use case for changing the behavior?
It's a bug.
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
aurelia-cli v1.0.0-beta.9
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
v10.13.0
Yarn Version:
1.13.0
Browser:
all
Language:
TypeScript 3
Loader/bundler:
RequireJS
Current behavior:
When following options for new Aurelia CLI project are choosen:
Aurelia CLI creates simple Web project which uses browserSync (
au run
) to run. There is no single ASP.NET Core/C# file in the folder.Aurelia CLI should create .NET Core project which can be run using
dotnet run
, similar to option with WebPack bundler.It's a bug.
The text was updated successfully, but these errors were encountered: