NuxtJS For Beginners Part 1 — Creating Pages & Components

Liu Zuo Lin
3 min readSep 12, 2021

If you clicked on this article, I’m guessing that you need to create a frontend application using NuxtJS quickly, and am looking for a basic example of how to set up your pages and routes.

This article assumes that you have downloaded NuxtJS, and have no problem running it. (npm run dev) Do check out the NuxtJS documentation if you need help installing NuxtJS.

--

--