1.0.0 • Published 4 years ago

cv-app-payment-adyen v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

cv-app-payment-adyen

Payment featured SPA application.

Install

npm install

Development tips

Command to update distribution code one time only: $ npm run build

Command to permanently update distribution code: $ npm run dev

Command to run all test files in "/src/app/**/*.spec.js": $ npm test

Command to run all test files in "/src/app/**/*.spec.js" in watch mode: $ npm test-watch