2015-08-14 18:12:10 +08:00
2022-07-31 21:33:27 +09:00
2016-05-28 01:53:21 +08:00
2022-07-31 21:33:27 +09:00
2015-08-14 18:12:10 +08:00
2022-07-31 21:40:46 +09:00
2022-04-09 21:32:42 +08:00
2016-05-28 00:20:58 +08:00
2022-04-05 20:00:42 +09:00
2015-08-14 17:42:22 +08:00
2021-09-05 23:30:07 +08:00

BotanJS

A working concept of Js/Css framework for web browsers

Disclaimer

  • This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!

Try it - Docker for windows (using windows container with nanoserver)

  • docker -f windows/docker-compose.yml build
  • docker -f windows/docker-compose.yml up

Features

  • Compressable by Closure Compiler (Advanced Compression)
  • Python-like, class oriented syntax structure
  • Everything is merged into one file for that page
  • css class inheritance

Documentation

  • Will be added later

Prerequisties

  • python3
  • virtualenv ( optional )
  • pip install Flask
  • pip install Celery
  • pip install redis
  • pip install compressinja
Description
The JS framework
Readme 172 KiB
Languages
JavaScript 76.2%
Python 17.1%
CSS 6.7%