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
I highly recommend to use SCSS and Pug preprocessors❤️
yarn add -D pug pug-plain-loader
yarn add -D sass sass-loader@10 fibers
In VS Code install these extensions:
That's it. Now we're ready to start. The next part comes soon...
Top comments (0)