Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 507 Bytes

web.md

File metadata and controls

24 lines (15 loc) · 507 Bytes
layout title weight permalink
web
Web | HCAI MMS Group
1
/web/

Creating an App

To create an app add a new folder that follows a specific structure to the plugin directory.

What do the files in the app do:

  • index.html - standard html

  • main.js - this is where your custom javascript goes

  • data - put data in this directory, define the data format via json in

    • index.json defines the data
    • other files - contain the data
  • style.scss - contains your styles