Guest User

Untitled

a guest
Feb 17th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. coffeescript = ruby, js, python all in one
  2.  
  3. es6 same as es2015
  4.  
  5. model = how to store and interact with out date
  6.  
  7.  
  8. in package.json
  9. scripts =
  10. "build": "webpack --progress --mode=production",
  11. "watch": "webpack --progress --watch"
  12.  
  13. to make shortcuts for webpack
  14.  
  15. vue.js front end framework for js
  16. backbone.js front end and backend framework for js
  17. knockout.js
  18. angular.js built by google
  19. react.js built by facebook
  20. vue.js built by chris
  21.  
  22. template = html (everything that would be inside the body)
  23. style = CSS
  24. script = JS
  25.  
  26. double handlebars {{ }} same as skull tags but for js
Add Comment
Please, Sign In to add comment