GitXplorerGitXplorer
g

nuxt-crush-course-net-ninjas

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
11fa954e39bd5eece406770165cfb7525ac64617

added dynamic server routes and API_KEY through .env

ggekh committed 2 years ago
Unverified
4e2af4d3001eac560e2fb66a536d0ae0e8ccc9c8

added a call from server side api to outer api

ggekh committed 2 years ago
Unverified
507a7dddf02b6262cb82cb76767ba08d690119f7

added server-side API

ggekh committed 2 years ago
Unverified
6aa98f330d8d5dc58003190c3233d850d78835e6

added custom metatags for title and description, also added material icons

ggekh committed 2 years ago
Unverified
f2295565485bc590fd5ef9ebb0bb31279f48246a

added custom error page and error handling on opening no existing product

ggekh committed 2 years ago
Unverified
a5453bf8f04ad471c430014e38dddf4e4d7311eb

added 2 components: ProductCard and ProductDetails

ggekh committed 2 years ago

README

The README file for this repository.

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.