Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 844 Bytes

File metadata and controls

17 lines (12 loc) · 844 Bytes

qcobjects-syntax package

Integrates QCObjects in Atom.

Integrates QCObjects in Atom

QCObjects is a javascript framework designed to make easier everything about the MVC patterns implementation into the pure javascript scope. You don't need to use typescript nor any transpiler to run QCObjects. It runs directly on the browser and it uses pure javascript with no extra dependencies of code. You can make your own components expressed in real native javascript objects or extend a native DOM object to use in your own way. You can also use QCObjects in conjunction with other frameworks.

Find out more at the official web page of QCObjects in https://qcobjects.dev

#Snippets:

  • component
  • controller
  • htmlboilerplate
  • initjs
  • package
  • view