sdmsip
v1.0.9
Published
A Webpack 4 boilerplate package
Downloads
79
Maintainers
Readme
Uni-tel SipPhone Service NPM Package
SipPhone integration for Uni-tel
Development
This package is developed with Webpack 4 with following dependencies: Babel, SASS and webpack-dev-server.
Requirements
- Node.js
- npm
Download
git clone [email protected]:project/uni-soft.git
Getting Started
Install dependencies.
npm install
Build the current application.
# Development
npm run build:dev
# Production
npm run build:prod
Run the local webpack-dev-server. This command will start a server instance and begin listening for connections from localhost on port 9900.
npm run serve
Generate API Documentation
The script below generates an API Documentation and then open it on default browser.
If the script do not open the documentation on the browser, then you need to open the index.html file manually as placed in ./docs/index.html
.
npm run doc