1.0.9 • Published 5 years ago

lopjs v1.0.9

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

LopJS

NOTE JSON format has been updated! Documentation will be updated soon!

version downloads CircleCI

LopJS is a node application for developing beautiful websites with JSON(basically an interpreter 🚀)!

Installing

npm i -g lopjs

If you are interested in reading the documentation, head to the github

now, each uiObject must be like this:

{
    "div": {
        "type": "div",
        "value": "Hello, World!",
        "attributes": {
            "id": "div"
        }
    }
}
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago