- 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 dev
Build the application for production:
# yarn
yarn build
Locally preview production build:
# yarn
yarn preview