alpha-modules

1.3.13 • Public • Published

ALPHA 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!! ✨ 🆕 😎 🎉

Readme

Keywords

none

Package Sidebar

Install

npm i alpha-modules

Weekly Downloads

0

Version

1.3.13

License

none

Unpacked Size

1.82 MB

Total Files

28

Last publish

Collaborators

  • webtales