<?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: vsergeev88</title>
    <description>The latest articles on DEV Community by vsergeev88 (@vsergeev88).</description>
    <link>https://dev.to/vsergeev88</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%2F555528%2F77d2b5cc-65de-4701-b673-b3c7a4d7eb98.png</url>
      <title>DEV Community: vsergeev88</title>
      <link>https://dev.to/vsergeev88</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vsergeev88"/>
    <language>en</language>
    <item>
      <title>Office Lunch Delivery app - part 1</title>
      <dc:creator>vsergeev88</dc:creator>
      <pubDate>Thu, 11 Mar 2021 15:33:57 +0000</pubDate>
      <link>https://dev.to/vsergeev88/office-lunch-delivery-app-part-1-4210</link>
      <guid>https://dev.to/vsergeev88/office-lunch-delivery-app-part-1-4210</guid>
      <description>&lt;p&gt;Hello folks! This is my first post here.&lt;br&gt;
Today I started developing &lt;strong&gt;Your Kitchen&lt;/strong&gt; — a simple lunch delivery service for one restaurant in my hometown. This series of blog posts will be my logbook. Hope my experience will be useful to someone as well. Let's go!&lt;/p&gt;

&lt;p&gt;Let's create Nuxt App and choose &lt;strong&gt;Universal&lt;/strong&gt;, &lt;strong&gt;axios&lt;/strong&gt;, &lt;strong&gt;PWA&lt;/strong&gt; and &lt;strong&gt;Vuetify&lt;/strong&gt; in options&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;yarn create nuxt-app your-kitchen
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I highly recommend to use SCSS and Pug preprocessors❤️&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;yarn add &lt;span class="nt"&gt;-D&lt;/span&gt; pug pug-plain-loader
yarn add &lt;span class="nt"&gt;-D&lt;/span&gt; sass sass-loader@10 fibers
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;In VS Code install these extensions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur"&gt;Vetur&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer"&gt;Bracket Pair Colorizer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=shardulm94.trailing-spaces"&gt;Trailing Spaces&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's it. Now we're ready to start. The next part comes soon...&lt;/p&gt;

</description>
      <category>nuxt</category>
      <category>nestjs</category>
      <category>mongodb</category>
      <category>vuetify</category>
    </item>
  </channel>
</rss>
