Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.07 KB

README.md

File metadata and controls

48 lines (41 loc) · 1.07 KB


MVVM UI Framework for Python and Brython
Documentation Status




Install

using pip(stable)

pip3 install mapsipy

using git(dev)

pip3 install https://github.com/eseunghwan/pyvuejs.git



Usage

create project with cli

mapsipy-cli init [dest]

run with server

mapsipy-cli serve

build project file to standalone .html and .js

mapsipy-cli build [dest]



TODO

[ ] classified virtual dom
[ ] classified viewmodel