<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Quickly Configure ASP.NET Core API to work with Vue CLI 3!	</title>
	<atom:link href="https://intellitect.com/blog/quickly-configure-asp-net-core-api-to-work-with-vue-cli-3/feed/" rel="self" type="application/rss+xml" />
	<link>https://intellitect.com/blog/quickly-configure-asp-net-core-api-to-work-with-vue-cli-3/</link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Thu, 21 Apr 2022 21:28:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: martin kipfer		</title>
		<link>https://intellitect.com/blog/quickly-configure-asp-net-core-api-to-work-with-vue-cli-3/#comment-376782</link>

		<dc:creator><![CDATA[martin kipfer]]></dc:creator>
		<pubDate>Mon, 26 Aug 2019 18:06:06 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=34086#comment-376782</guid>

					<description><![CDATA[Thank you very much for this very concise and informative post. I was able to test it in a few minute, when it would have taken me days to figure it out by myself!

If anyone is trying this in a .NET Core 2.2 environment and is having issues with hot module replacement (as I did) : it is a known issue in .NET Core 2.2 and you have to set the hosting model to &quot;Out Of Process&quot; when debugging. 
In Visual Studio, right click your project and click Properties &#062; Debug, you&#039;ll find it at the bottom.
Or you can directly edit the launchSettings.json : look for the key &quot;ancmHostingModel&quot; and set it to &quot;OutOfProcess&quot;.]]></description>
			<content:encoded><![CDATA[<p>Thank you very much for this very concise and informative post. I was able to test it in a few minute, when it would have taken me days to figure it out by myself!</p>
<p>If anyone is trying this in a .NET Core 2.2 environment and is having issues with hot module replacement (as I did) : it is a known issue in .NET Core 2.2 and you have to set the hosting model to &#8220;Out Of Process&#8221; when debugging.<br />
In Visual Studio, right click your project and click Properties &gt; Debug, you&#8217;ll find it at the bottom.<br />
Or you can directly edit the launchSettings.json : look for the key &#8220;ancmHostingModel&#8221; and set it to &#8220;OutOfProcess&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ritika Goswami		</title>
		<link>https://intellitect.com/blog/quickly-configure-asp-net-core-api-to-work-with-vue-cli-3/#comment-376302</link>

		<dc:creator><![CDATA[Ritika Goswami]]></dc:creator>
		<pubDate>Fri, 09 Aug 2019 09:58:20 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=34086#comment-376302</guid>

					<description><![CDATA[Nice informative post you have given such good kind of information keep sharing]]></description>
			<content:encoded><![CDATA[<p>Nice informative post you have given such good kind of information keep sharing</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yuriy Kravtsov		</title>
		<link>https://intellitect.com/blog/quickly-configure-asp-net-core-api-to-work-with-vue-cli-3/#comment-375816</link>

		<dc:creator><![CDATA[Yuriy Kravtsov]]></dc:creator>
		<pubDate>Mon, 22 Jul 2019 16:16:29 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=34086#comment-375816</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/quickly-configure-asp-net-core-api-to-work-with-vue-cli-3/#comment-375741&quot;&gt;Kush&lt;/a&gt;.

Hi its hard to figure out why your getting this error without more context what you can do is pull down my repo https://github.com/ykravtsov/vue_app run npm install and see if that works for you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/quickly-configure-asp-net-core-api-to-work-with-vue-cli-3/#comment-375741">Kush</a>.</p>
<p>Hi its hard to figure out why your getting this error without more context what you can do is pull down my repo <a href="https://github.com/ykravtsov/vue_app" rel="nofollow ugc">https://github.com/ykravtsov/vue_app</a> run npm install and see if that works for you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kush		</title>
		<link>https://intellitect.com/blog/quickly-configure-asp-net-core-api-to-work-with-vue-cli-3/#comment-375741</link>

		<dc:creator><![CDATA[Kush]]></dc:creator>
		<pubDate>Thu, 18 Jul 2019 06:44:28 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=34086#comment-375741</guid>

					<description><![CDATA[It works great except for a 404 error when the application is running &quot; GET http://localhost:52660/__webpack_hmr 404 (Not Found) &quot;]]></description>
			<content:encoded><![CDATA[<p>It works great except for a 404 error when the application is running &#8221; GET <a href="http://localhost:52660/__webpack_hmr" rel="nofollow ugc">http://localhost:52660/__webpack_hmr</a> 404 (Not Found) &#8220;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
