1.0.9 • Published 5 years ago

sdmsip v1.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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 git@repository.uni-tel.dk: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

Changelog

CHANGELOG.md

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago