New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ucpa-modules

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ucpa-modules

## How to create a modules

latest
Source
npmnpm
Version
3.1.3
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

UCPA Modules Package

How to create a modules

  • Register your component name on modules.config.json at project root;

    • For the steps below we will take the TextImage module as example
  • Create your module component on /src/components/modules/ with the name that you have registered (/src/components/modules/TextImage.vue)

  • Create the component SASS file on /src/sass/modules/ with the name that you have registered (/src/components/modules/TextImage.scss)

  • Create the component display page on /src/views/ with the name that you have registered with the suffix Page (/src/views/TextImagePage.vue)

  • Make a great module and make us proud!! :sparkles: :new: :sunglasses: :tada:

FAQs

Package last updated on 28 May 2021

Did you know?

Socket

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.

Install

Related posts