We dont have anythign special we just install the library with:
npm link custom-library --save
Then we just start the application:
npm run dev
Note: Previoulsy we must build and prepare link on custom-library
We dont have anythign special we just install the library with:
npm link custom-library --save
Then we just start the application:
npm run dev
Note: Previoulsy we must build and prepare link on custom-library