https://github.com/iuap-design/helix
helix 是一个精简的前端MVVM框架,具有数据双向绑定和组件化实现等功能
https://github.com/iuap-design/helix
helix mvvm
Last synced: 8 months ago
JSON representation
helix 是一个精简的前端MVVM框架,具有数据双向绑定和组件化实现等功能
- Host: GitHub
- URL: https://github.com/iuap-design/helix
- Owner: iuap-design
- License: mit
- Created: 2016-07-27T01:21:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T05:50:20.000Z (about 9 years ago)
- Last Synced: 2025-02-13T19:40:54.652Z (8 months ago)
- Topics: helix, mvvm
- Language: JavaScript
- Size: 483 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Helix
[](https://www.npmjs.com/package/iuap-design-helix)
[](https://travis-ci.org/iuap-design/helix)`helix` 是一个精简的前端MVVM框架,具有数据双向绑定和组件化实现等功能特性。
## 开发技术说明
* 基于Webpack构建资源.
* 使用ES6语法特性.
* 导出[umd](https://github.com/umdjs/umd)格式文件,随处使用.
* 使用[Mocha](http://mochajs.org/) 和 [Chai](http://chaijs.com/) 进行项目测试.
* [ESLint](http://eslint.org/)帮助我们进行代码规范检测.## 如何开发
安装依赖
```
$ npm install
```编译产出
```
$ npm run build
```开发调试
```
$ npm run dev
```执行测试
```
$ npm run test
```
##如何访问
本地访问8080端口->http://localhost:8080/