Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on visual studio 2019 on mac #6

Open
jorgeleo opened this issue Apr 12, 2019 · 1 comment
Open

on visual studio 2019 on mac #6

jorgeleo opened this issue Apr 12, 2019 · 1 comment

Comments

@jorgeleo
Copy link

jorgeleo commented Apr 12, 2019

Awesome project!

I tried this on visual studio 2019 on mac community edition and it needs a couple of fixes:

  1. Not all the *.vue components are marked "Embedded Resource". Simple fix.
  2. In mac the path separator is "/". Just modify the third line of code in the Config.AddWebFiles method to look like this:

var name = file.Name ?? ComponentLoader.GetName(path.Replace(@"\", ".").Replace("/", "."));

The login sample still does not load, but I'll figure it out later.

Again, awesome project!

@bbqchickenrobot
Copy link

You should contribute the fixes as a pull request ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants