3
I’m working on three apps different ones that use Ionic and Cordova. The three are very similar at some points mainly in the layout.
I wonder if it is possible to create a kind of library or something that I modify only once the code and replicate to the three projects, such as inheritance in some other languages.
If anyone knows what this is called or has any material or knowledge please share.
NOTE: The languages I use are Javascript, HTML and CSS.
You can create a
task
with Gulp, Grunt, etc. I would choose one of the 3 projects and yoursrc
would take the files to replicate in other projects.– Lucas Fontes Gaspareto