Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 242 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 242 Bytes

Gray

Intro

A simple web-design framework which uses MVVM pattern and TypeScript.

Modified from https://github.com/DMQ/mvvm.

How to use

  • Build Output JavaScript
npm install
npm run build
  • Run tests
npm run test