<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: liu li</title>
    <description>The latest articles on DEV Community by liu li (@liuli).</description>
    <link>https://dev.to/liuli</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F780474%2F38f4fea2-4b5e-4776-936a-7d86059ab6ad.png</url>
      <title>DEV Community: liu li</title>
      <link>https://dev.to/liuli</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/liuli"/>
    <language>en</language>
    <item>
      <title>Nodejs HMR</title>
      <dc:creator>liu li</dc:creator>
      <pubDate>Mon, 27 Dec 2021 03:41:32 +0000</pubDate>
      <link>https://dev.to/liuli/nodejs-hmr-37m</link>
      <guid>https://dev.to/liuli/nodejs-hmr-37m</guid>
      <description>&lt;p&gt;It's easy to use &lt;code&gt;nodemon&lt;/code&gt; for NodeJS HMR.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; nodemon
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;then use&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;nodemon index.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>node</category>
    </item>
    <item>
      <title>WSL Ubuntu Docker install</title>
      <dc:creator>liu li</dc:creator>
      <pubDate>Sat, 25 Dec 2021 16:11:26 +0000</pubDate>
      <link>https://dev.to/liuli/wsl-ubuntu-docker-install-1403</link>
      <guid>https://dev.to/liuli/wsl-ubuntu-docker-install-1403</guid>
      <description>&lt;p&gt;&lt;a href="https://zenn.dev/sprout2000/articles/95b125e3359694"&gt;https://zenn.dev/sprout2000/articles/95b125e3359694&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Docker can be used in WSL only if WSL2 is installed and used correctly.&lt;br&gt;
在 WSL 正常使用 Docker 的前提是保证 WSL2 已经正确的安装并使用。&lt;/p&gt;

&lt;p&gt;Reference &lt;a href="https://www.jianshu.com/p/c27255ede45f"&gt;this document&lt;/a&gt; on the basis of WSL2.&lt;br&gt;
在 WSL2 的基础上参&lt;a href="https://www.jianshu.com/p/c27255ede45f"&gt;考此文档&lt;/a&gt;&lt;br&gt;
Base。&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
