Skip to content

An application to display a list of products using VueJS library.

Notifications You must be signed in to change notification settings

prateeklal/product-details-vue

Repository files navigation

Product Details Page

An application built with VueJS + ExpressJS

Installation

Clone the repo -

git clone https://gitlab.mynisum.com/plal/product-details-demo.git

Install the dependencies. Ideal node env >= v10

npm i

Start the development server

npm start

Uses webpackDevMiddleware to wire webpack with express.


Testing & Coverage

This app uses the utility jest for the test and coverage. Creates a coverage folder with the report


Run the tests with coverage report

npm run test

Run the tests in watch mode

npm run test:dev

Linting

Checks for the Vue recommended lint errors.

npm run lint

Build for production

Creates a dist folder with the minified files and js bundle.

npm run build

About

An application to display a list of products using VueJS library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published