1.0.0 • Published 3 years ago

npsharp.extension.pos.apmeacashless.ui v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Setup POS HTML

Technologies used

Commands to install project

$ npm install -g grunt
$ npm install -g grunt-cli
$ npm install -g bower
$ bower install
$ npm install 

Command to run project and tests

Run Development environment

generates folder dist(distribution) for debug and copy to folder "NpSharp.Plugin.POS/resources"

grunt --force

Run Unit Tests

generates folder dist and create into folder coverage result

grunt test

Run Production

generates folder dist with file minificate, optimizad and copy files to folder "NpSharp.Plugin.POS/resources"

grunt release --force