Skip to content

Yushi5058/nuxt-dojo

Repository files navigation

About the project

This project is a tutorial made by The Net Ninja

The tutorial is a project to learn about Nuxt 3, a framework built on top of Vue 3.

Link Preview

click here

The project is only used for educational purposes and for personal purposes.

Huge thanks to The Net Ninja for this tutorial. Here some links where you can find him:

What I learnt

I learned about Nuxt, a framework built on top of Vue. I expanded my knowledge in Vue's ecosystem by building an e-commerce shop project. I learned about pages, layouts, reusable components, route parameters, servers, apis and more. It was an awesome tutorial brought by TheNetNinja and now I'm excited to build some solo projects with Vue / Nuxt.

Links used

  • Net Ninja Youtube Channel / Playlist Nuxt 3 (see the first section).

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build