# automate **Repository Path**: automatejs/automate ## Basic Information - **Project Name**: automate - **Description**: 一个建立Web UI 组件的JavaScript库 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://automatejs.github.io/automate - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: webui **Tags**: None ## README # what is it automate is a JavaScript library for building web user interface, it lets you encapsulate user interface code as "Component", then compose them to make complex UIs. It is also a implementation of JavaScript MVVM pattern, it will update ui while data change in view model. automate provides progressive development style, developer can build component in script directily or do it with JavaScript module tools, such as webpack. # compatibility automate is designed for modern browser, it uses ES6 ___Proxy___ object to detect data change. # sample ``` quick start
``` # documentation [automate](https://automatejs.github.io/automate)