/
Usage tips - oms-core

Usage tips - oms-core

This place contains some tips on the usage of the core, providing instructions for common tasks.

Install a new frontend dependency

  1. Enter the omscore container (`docker-compose run omscore bash`)
  2. `npm install --save <your dependency>`

  3. open gulpfile.js, add the .css and .js files brought by that dependency
  4. `gulp`

  5. If it's an angular module, add it to `resouces/views/template.blade.php` under var omsApp = angular...

Related content

Installing the core
Installing the core
More like this
Frontend Development
Frontend Development
More like this
Frontend
More like this
Usage tips
More like this
Docker components
Docker components
More like this
Design - Overview
Design - Overview
More like this