https://github.com/magiccube/mx6
MXFramework v6, 100% rewritten in ES6.
https://github.com/magiccube/mx6
Last synced: 7 months ago
JSON representation
MXFramework v6, 100% rewritten in ES6.
- Host: GitHub
- URL: https://github.com/magiccube/mx6
- Owner: MagicCube
- License: mit
- Created: 2016-01-25T01:53:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T07:47:45.000Z (about 10 years ago)
- Last Synced: 2025-07-05T21:01:48.574Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  MXFramework v6 [](https://badge.fury.io/js/mx6) [](https://travis-ci.org/travis-ci/travis-web)
Yet another simple, lightweight, modularized, Object-Oriented JavaScript framework.
In 2016, MXFramework is back with whole new features, and all the codes are rewritten in pure ES6.
## Installations
```console
$ npm install mx6
```
## Tests
```console
$ npm test
```
## Development Documents
Please read [these documents](./doc/index.md).
## Previous Versions
+ [MXFramework v3](https://github.com/MagicCube/mxframework-core/)