Skip to content

ankitank25/Nuxt-Netlify-PDP

Repository files navigation

Product detail page using Nuxt 3

Netlify site: https://65aef482f55f31689f086564--nuxt-pdp.netlify.app/

Assets

Assets are stored in /public directory.

Product data

Product loads from product.json file located in /static directory.

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Lint check

# npm
npm run lint

Lint check and fix

# npm
npm run lintfix

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published