Advice for multi modules on `Import Structure`?

I base on Vue, Please advice for multi modules/apps on Import Structure?
Ex: I have 2 module in the same app project

  • Accounting system
  • Loan Tracking system
/import
   /api
      /acc
          /jounal
              schema.js
              methods.js
      ..........
      /loan
      ........
   /startup
   /ui
      /pages
         /accounting
              /components
              /home
              /reports
         /loan

Please help me.