Brandon seydel

Results 35 comments of Brandon seydel

@bigopon - I was only thinking the spread to work on CE not native elements as well (for first phase)

Just delete global.json and change the settings in your project to the version of core you want to run. There is also the option of the dotnet template. ``` dotnet...

The cli server is on port 8080 the website is running on 5001/5000 and using a reverse proxy for dev. The dotnet template doesn't use MVC to support the application...

@3cp I wrote e2e so you can just review? Conventions is sitting locally

https://github.com/aurelia/dotnet/blob/master/README.md You can download the night package and follow the readme to patch an existing cli project. You can also download the templates and start from there. https://www.nuget.org/packages/Aurelia.DotNet.Templates/

typings install kendo-ui --save --ambient

Au2 storybook is actively getting worked on. Prototype should be done this week.

https://github.com/brandonseydel/storybook it is working actually. Just needs some cleanup to make everything nicer.

I pushed another version which handles global container/registration/component registration. This also allows adhoc registration per story past the original. One could register a plugin in the config.ts and then register...

I will nudge storybook authors some more. We want it for our alpha release, so it should be rtm soon.