DEV Community

Cover image for Office Lunch Delivery app - part 1
vsergeev88
vsergeev88

Posted on

3 3

Office Lunch Delivery app - part 1

Hello folks! This is my first post here.
Today I started developing Your Kitchen — 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!

Let's create Nuxt App and choose Universal, axios, PWA and Vuetify in options

yarn create nuxt-app your-kitchen
Enter fullscreen mode Exit fullscreen mode

I highly recommend to use SCSS and Pug preprocessors❤️

yarn add -D pug pug-plain-loader
yarn add -D sass sass-loader@10 fibers
Enter fullscreen mode Exit fullscreen mode

In VS Code install these extensions:

That's it. Now we're ready to start. The next part comes soon...

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay