1.0.18 • Published 3 years ago

pejava.js v1.0.18

Weekly downloads
66
License
UNLICENSED
Repository
github
Last release
3 years ago

Powered by React from Facebook


Install

npm install --save pejava.js

Usage

// es5
<script src="https://unpkg.com/pejava.js@latest/projects/app_js/dist/index.js"></script>
<script>
    document.addEventListener("app", function (e) {
        application(e.detail);
    })
</script>

<script>
    function application(app) {
        // "app" ready to work
    }
</script>

Description

pejava.js is an ecosystem which is already defined set of components to quickly build JS application.

The peculiarity of the ecosystem is that there is no need for the application to develop html markup or css styles. Everything is built on pure javascript (es5 or es6).

To better understand the essence, it would be better to look at a demo example:

https://unpkg.com/pejava.js@latest/projects/demo_js/dist/index.html

And take a look the source code of this example:

https://unpkg.com/browse/pejava.js@latest/projects/demo_js/src/

Or it is possible to clone git repository:

git clone https://github.com/voy22/pejava.js

API

See documentation

Screenshot

Icons library

Discover more here the source code here

Quick start on es5 (video)

https://youtu.be/hskugocGa80

Quick start on es5

To see the source code here

Quick start on es6 ()

mkdir project
cd project/
npm init
npm i pejava.js -D
cp -r ./node_modules/pejava.js/projects/template/* ./
npm i -D
npm run serve

And you can start to work with this template.

If your application should be MultiLanguage, then use template_multilang instead template

cp -r ./node_modules/pejava.js/projects/template_multilang/* ./

Some features of pejava.js

1) pejava.js is ecosystem (To use prepared components out of box)

2) All components are elements or container-elements. That means inside each container-elements can be placed container-elements or elements.

3) pejava.js is intended for technical design only, when final interface has lists, forms or texts only.

4) Chain of windows, when all windows on one screen (see screenshot).

5) Powered by javascript library "React"

6) It doesn't support Internet Explorer

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago