8000 GitHub - nsetzer/daedalus: javascript web framework for building single page applications
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nsetzer/daedalus

Repository files navigation

Daedalus

Live Demo

javascript web framework for building single page applications

Daedalus is an unopinionated javascript web framework used for creating Single Page Applications. A javascript to javascript compiler written in python is used to merge javascript source code into a single file. A sample web server is also provided for testing and supports reloading of javascript source.

Supports:

  • ES6
  • Basic Javascript minification (50% of original size)
  • Precompiled style sheets

Install

Installing the package will add the Daedalus CLI to the path

Note: Minimum python version is Python 3.6

python setup.py install

Daedalus-JS Documentation

Daedalus-PY CLI Documentation

daedalus serve index.js
daedalus build index.js ./build

Examples

Serve Demo

daedalus serve ./examples/minesweeper.js

Single Page Application Demo

python examples/server.py

About

javascript web framework for building single page applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0