All Projects → EnderCommunity → EnderFramework

EnderCommunity / EnderFramework

Licence: Apache-2.0 license
EnderFramework is a framework that can be used to create apps using HTML, JS, and CSS.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to EnderFramework

Appstore
🏪 App Store for Nextcloud
Stars: ✭ 149 (+684.21%)
Mutual labels:  store
Flooks
🍸 A state manager for React Hooks
Stars: ✭ 201 (+957.89%)
Mutual labels:  store
Vuex Easy Firestore
Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
Stars: ✭ 224 (+1078.95%)
Mutual labels:  store
Symfony Vuejs
Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"
Stars: ✭ 170 (+794.74%)
Mutual labels:  store
Vue Vant Store
基于vue,vantUI的商城demo,包含前端和后端
Stars: ✭ 187 (+884.21%)
Mutual labels:  store
Store
A beautifully-simple framework-agnostic modern state management library.
Stars: ✭ 204 (+973.68%)
Mutual labels:  store
Cezerin2
Cezerin2 is React and Node.js based eCommerce platform. React Shopping Cart. "All In One" App: Cezerin API + Cezerin Storefront + Cezerin Dashboard.
Stars: ✭ 144 (+657.89%)
Mutual labels:  store
Wxministore
一个基于微信小程序的mini全局状态管理库
Stars: ✭ 248 (+1205.26%)
Mutual labels:  store
Reto
Flexible and efficient React Store with hooks.
Stars: ✭ 194 (+921.05%)
Mutual labels:  store
Presences
🛒 Storage for Presences located at our Presence Store.
Stars: ✭ 223 (+1073.68%)
Mutual labels:  store
General Store
Simple, flexible store implementation for Flux. #hubspot-open-source
Stars: ✭ 171 (+800%)
Mutual labels:  store
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (+863.16%)
Mutual labels:  store
Redux Subscriber
Subscribe to changes in any part of redux state
Stars: ✭ 205 (+978.95%)
Mutual labels:  store
Fastkv
FastKV is a real-time and high-performance persistent key-value store implemented by mmap. FastKV是由mmap实现的一个高实时性、高性能key-value持久化存储组件。
Stars: ✭ 163 (+757.89%)
Mutual labels:  store
Vuex Mock Store
✅Simple and straightforward Vuex Store mock for vue-test-utils
Stars: ✭ 246 (+1194.74%)
Mutual labels:  store
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+60800%)
Mutual labels:  store
Inapppurchase
A Simple and Lightweight framework for In App Purchase
Stars: ✭ 202 (+963.16%)
Mutual labels:  store
Online-Shop-eCommerce-App-Angular-6-Firebase
Online eCommerce Store app in Angular 11.0 & Firebase
Stars: ✭ 96 (+405.26%)
Mutual labels:  store
Depot.js
📦 depot.js is a storage library with a simple API
Stars: ✭ 247 (+1200%)
Mutual labels:  store
Apple Store Helper
Apple Store iPhone预约助手
Stars: ✭ 215 (+1031.58%)
Mutual labels:  store

Screenshot

Downloads EnderFramework Repository Size EnderFramework Top Language License Issues Bugs To-Do Help wanted! EnderFramework Discord Invite Twitter EnderAdel

EnderFramework enables you to build cross-platform applications using JavaScript, HTML, and CSS. It is based on Electron. Why make a new framework out of another framework? Glad you asked! This framework will be more focused on introducing custom elements, custom designs, and custom APIs on top of the originals! And giving the user the ability to build a full-on custom app, with a fully customizable UI using CSS, in a matter of minutes.

You can find out more about this framework in here!

Note: the framework is still in the very early development stages. We are open to suggestions.

Installation

To run EnderFramework, you need to have NodeJS and VS Build Tools 2017 installed on your device. Execute npm install to install all the modules. And then, after the installation process is done, execute npm start.

You can change the start file code (core/start.js) to start any app! Look for the ready event in the file.

app.on("ready", function() {
    for (var i = 0; i < process.argv.length; i++) {
        if (process.argv[i].includes("--start=")) {//You can change this to true!
            done = true;
            var appID = process.argv[i].replace(/\s/g, '').substring(8),
                length = appID.replace(/[^.]/g, "").length;
            /*And replace the code above with any value you want, such as:
            var appID = "com.enderadel.test",
                length = appID.replace(/[^.]/g, "").length;*/
            [...]
        } else if (process.argv[i] == "--store") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--installer") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--studio") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--settings") {//You can change this to true!
            [...]
        }
    }
    [...]
});

Quick start

Coming soon!

Reporting Bugs and requesting Features

You can report bugs and request new features by opening a new issue.

Contributing

If you are interested in reporting/fixing issues and contributing directly to the code base, feel free to do so! Please read CONTRIBUTING.md for more information!

Note: As you can see, I'm not very active on GitHub. The reason is because I'm a student. You can contact me on my email ([email protected]) regarding any concern!

Screenshots

Screenshot Screenshot

The framework supports light mode and dark mode! Screenshot Screenshot

License

Apache License, Version 2.0

When using the logos of EnderFramework, or GitHub, be sure to follow the GitHub logo guidelines.

More

Follow @_EnderCommunity on Twitter to keep yourself up-to-date on everything related to the framework. You can also join our Discord server.

EnderFramework is the property of EnderCommunity

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].