An application built with VueJS + ExpressJS
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.
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
Checks for the Vue recommended lint errors.
npm run lint
Creates a dist
folder with the minified files and js bundle.
npm run build