Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.13 KB

File metadata and controls

63 lines (43 loc) · 2.13 KB

Module Maker

Introduction

Module Maker is our starting point to create libraries.


Composition

This template kit is composed of:


Folder Structure

  • /bundled: Generated by microbundle after running build:bundle script. Includes all external dependencies.
  • /dist: Generated by microbundle after running build:light script.
  • /docs: Used by vite through dev script to serve the documentation.
  • /docs/main.js: here's where you can test your library, our preference is to use the /dist version of the library, to make sure what's going to be published is what's being tested.
  • /src: Your library's raw code.

ModuleMaker in use


Authors

This set of hooks is curated and maintained by the FOMOLOL Classified team:


License

The MIT License.