...
This place contains some tips on the usage of the core, providing instructions for common tasks.
Install a new frontend dependency
npmEnter the omscore container (`docker-compose run omscore bash`)
`npm install --save <your dependency>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...
...
- .
...
- sudo apt-get install nodejs npm (or if you don't use ubuntu find out how to install nodejs and npm)
- sudo npm install -g gulp
- inside the project folder:
- npm install gulp