
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@modulbank/components-header
Advanced tools
** This Header component only for kassa, buh and bank sites only ** ** You must have nuxt instance **
Публиковать пакет через терминал НЕ нужно!!!
1 - Меняем версию пакета
2 - После создания мрки, публикуем пакет, с помощью этапа в ci/cd publish
3 - Публикуем его в нексус, с помощью этапа publish_nexus
4 - Используем его в проекте с новой версией
1 -
npm i @modulbank/components-header
2 - in your layout
import MbHeader from '@modulbank/components-header/src/index.vue';
3 - reg as component
components: { MbHeader }
4 - you need to pass the prop menuContent
menuContent should have this structure
{ project!: bank, buh or kassa menuList!: [ { title! link dropdown: [ type!: bold | normal text link col ] banner } ] personalMenu!: [ { icon link text col } ] }
FAQs
component header for modulbank, kassa, buh
We found that @modulbank/components-header demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.