Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

4. New UI Element

Timothy Voice edited this page Jun 11, 2016 · 8 revisions

###Command meteor-maker g:ui <type>

Will generate .html, .js, .scss files for a new UI element, where type is one of: component, layout, page. An element will have the following folder structure no matter what type:

ui/
  components/
    calendar/
      calendar.html
      calendar.js
      calendar.scss

The generated code for each file type can be seen in the templates folder.

####Prompts

#####Input: Name Name your new UI element

Clone this wiki locally