npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

pejava.js

v1.0.18

Published

Javascript ecosystem pejava.js

Downloads

55

Readme

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