Guest User

Untitled

a guest
May 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Component Conventions
  2.  
  3. ## Naming
  4.  
  5. * Component names will be in UpperCamelCase `EventsVenue`
  6.  
  7. ## Declaration
  8.  
  9. ```
  10. <#import "${templatesPath}/231921101" as _ />
  11.  
  12. <@_.EventsVenue direction="column" styles="background: blue; border: 1px solid red;" />
  13. ```
  14.  
  15. ## How to Build Components
  16.  
  17. * There are multiple ways to run gulp
  18.  
  19. 1. Install `gulp` as a glbal npm package like
Add Comment
Please, Sign In to add comment