npsharp.extension.pos.apmeacashless.ui
v1.0.0
Published
Pos extension for FreeMud render offer screen.
Readme
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 --forceRun Unit Tests
generates folder dist and create into folder coverage result
grunt testRun Production
generates folder dist with file minificate, optimizad and copy files to folder "NpSharp.Plugin.POS/resources"
grunt release --force