...
This place contains some tips on the usage of the core, providing instructions for common tasks.
Tip | ||
---|---|---|
| ||
There are also quite some system-wide usage tips, it is recommended to check those out as well! |
Install a new frontend dependency
...
- Enter the omscore container (
`docker-compose run omscore bash`
) `npm install --save
dependency><your
dependency>`
- open gulpfile.js, add the .css and .js files brought by that dependency
- gulp
`gulp`
- If it's an angular module, add it to resouces`resouces/views/template.blade.php php` under var omsApp = angular...
...
- .