<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>datafieber.com &#8211; Web-Applikationen /// Web-Hosting /// Webdesign</title>
	<atom:link href="https://divi.datafieber.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://divi.datafieber.com</link>
	<description>Alles für das Web</description>
	<lastBuildDate>Mon, 17 Oct 2022 09:18:03 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://divi.datafieber.com/wp-content/uploads/2021/10/cropped-favicon2-512x512-1-32x32.png</url>
	<title>datafieber.com &#8211; Web-Applikationen /// Web-Hosting /// Webdesign</title>
	<link>https://divi.datafieber.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Deploy Nuxt 2 on Plesk Obsidian</title>
		<link>https://divi.datafieber.com/deploy-nuxt-2-on-plesk-obsidian/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 17 Oct 2022 09:07:32 +0000</pubDate>
				<category><![CDATA[Plesk]]></category>
		<guid isPermaLink="false">https://datafieber.com/?p=1735</guid>

					<description><![CDATA[How to deploy a nuxt 2 app on an Plesk Obsidian server You dont need an extra dependency package like &#8222;nuxt-start&#8220; or so, the only thing you be carefull is thaht you donts use to much node-gyp packages like &#8222;fibers&#8220; which has no more support for nodejs &#62; version 16. upload your entire project without [&#8230;]]]></description>
										<content:encoded><![CDATA[<style>/*! elementor - v3.7.8 - 02-10-2022 */
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>
<h2>How to deploy a nuxt 2 app on an Plesk Obsidian server</h2>
<p>You dont need an extra dependency package like &#8222;nuxt-start&#8220; or so, the only thing you be carefull is thaht you donts use to much node-gyp packages like &#8222;fibers&#8220; which has no more support for nodejs &gt; version 16.</p>
<ol>
<li>upload your entire project without &#8222;node_modules&#8220; to your http folder</li>
<li>Make your configurations of the npm version and package manager.</li>
<li>Install all node packages</li>
<li>Set your document root to the &#8222;<b>static</b>&#8220; directory of your app</li>
<li>Set the environment to &#8222;production&#8220; and set all your custom environment variables like &#8222;API_URL&#8220; etc., set the app directory to the root folder of you project.</li>
<li>Here comes on of the most important settings, set the entry point of your app to &#8222;<a><b>node_modules/nuxt/bin/nuxt.js</b>&#8222;</a></li>
<li>&nbsp;Next run the &#8222;build&#8220; command&nbsp;</li>
<li>Restart you app.</li>
</ol>
<p>Now you should be able to open you app in the browser under the give url you specified.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
