GithubHelp home page GithubHelp logo

liangxiaobo / devkit-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from christerbeke/devkit-core

0.0 1.0 0.0 117.27 MB

Athom BV and Printr BV Development Kit

CSS 10.82% JavaScript 87.77% HTML 1.41%

devkit-core's Introduction

Development Kit

This is a project to create a development kit in nw.js (previously named node-webkit).

It is meant for organizations who want to have their own development kit. It is extremely modular, and making it suitable for your needs is easy.

Docs

The docs will be improved over time

Example app

An example app will be provided in the feature. For now, refer to Athom and Printr for examples.

Project

One project can be loaded at the same time. A project is a directory on the filesystem. The sidebar will show the folder's contents, and update the contents live.

Components

You can customize the devkit by loading components.

A component should be placed in ./app/components/(type)/(id)/ and loaded in ./app/app.js.

The files component.css, component.js and component.html are loaded when they exist. Additionally, you can auto-load js and css files by putting them in dependencies.

The following type of modules are allowed:

Editors editor

An editor is a single view that can edit files. By default, we ship CodeMirror as the default editor. You can override this behavior in your own app.

Widgets widget

Every open file can have multiple widgets loaded. A widget is a view-only block, that can display (for example) a preview.

By default we ship a markdown and svg widget.

Headers header

In the header bar, you can add custom elements. Examples are a "Run" button, user authentication, a title...

Themes theme

A theme can do anything to customize the devkit to your needs.

Popups popup

Popups can be registered as well, and can be shown from anywhere.

Contributing

Send a pull request to contribute! โค

devkit-core's People

Contributors

regnerus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.