aspnetcore-Vue-starter
aspnetcore-Vue-starter copied to clipboard
Dev dependency vs dependency
Why are fontawesome,bootstrap, jquery, etc dev dependencies and not dependencies in package.json? Aren't they all client side dependencies? What am I missing here?
You're totally correct! I'm not sure when that shift might of happened actually but those should be regular dependencies. The project should work regardless, but I'll move those over to be safe. Thanks for pointing it out!