- What Nuxt is
- How to create a Nuxt App
- Adding Pages
- Route Parameters
- NuxtLink
- Layouts
- Added Tailwind CSS
- Fetching and displaying data from fakestoreapi and currencyapi
- Reusable Components
- Custom Error Pages
- Metadata & useHead (SEO)
- Server Routes
- Dynamic Server Routes
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000:
# yarn
yarn devBuild the application for production:
# yarn
yarn buildLocally preview production build:
# yarn
yarn preview