Using Appmixer SDK
Open the Appmixer SDK demo
$ cd appmixer/frontend/appmixer/
$ open demo.html# Download the Appmixer SDK:
$ wget http://localhost:8080/appmixer/appmixer.js
# Download the demo page:
$ wget http://localhost:8080/appmixer/demo.html
# Download the example theme object:
$ wget http://localhost:8080/appmixer/theme.js
$ open demo.html <script>
var BASE_URL = '<your-base-url>';
var USERNAME = '<your-username>';
var PASSWORD = '<your-password>';

Webpack usage
Last updated
Was this helpful?
