<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hollywis</author_name>
  <author_url>https://blog.hatena.ne.jp/hollywis/</author_url>
  <blog_title>はりうすブログ (のすけのメモ)</blog_title>
  <blog_url>https://hollywis.hatenablog.com/</blog_url>
  <categories>
    <anon>Nuxt.js</anon>
    <anon>Vue.js</anon>
  </categories>
  <description>Nuxt.js2系にリプレースして、PM2での起動方法が変わったため紹介しておきます。 PM2のインストール $ npm install pm2 -g 次にecosystem.config.jsに以下のように記述 module.exports = { apps: [ { name: 'NuxtAppName', exec_mode: 'cluster', instances: 'max', // Or a number of instances script: './node_modules/nuxt/bin/nuxt.js', args: 'start' } ] } ここのscriptを呼び…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhollywis.hatenablog.com%2Fentry%2F2020%2F12%2F17%2F223254&quot; title=&quot;Nuxt.js をPM2でデーモン化しながら起動する方法 最新版 - はりうすブログ (のすけのメモ)&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-12-17 22:32:54</published>
  <title>Nuxt.js をPM2でデーモン化しながら起動する方法 最新版</title>
  <type>rich</type>
  <url>https://hollywis.hatenablog.com/entry/2020/12/17/223254</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
