DEV Community

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

Posted on

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...

Oldest comments (0)