Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccjoe/gom-es6

Gom is Go mobile, base on ES6
https://github.com/ccjoe/gom-es6

Last synced: 18 days ago
JSON representation

Gom is Go mobile, base on ES6

Awesome Lists containing this project

README

        

# GomUI ES6 Demo, Gom is Go Mobile! 基于ES6版

[Gom的实践与实例](https://github.com/ccjoe/gom-es6)
WebAPP ES6 MVC框架,包含丰富灵活配置的UI, History Html5 SPA路由, Model等的封装
将实现WebApp HybridApp SPA MPA 多种方式的开发模式


使用ES6版本的库时,兼容ES5与ES6的开发模式。
gulpfile.js打包实现ES6 to ES5;推荐使用ES6但也可以自由选择是否使用ES6

项目地址: [https://github.com/ccjoe/gom/tree/gom-es6](https://github.com/ccjoe/gom/tree/gom-es6)
示例地址: [https://github.com/ccjoe/gom-es6](https://github.com/ccjoe/gom-es6) [在线预览](https://github.com/ccjoe/gom-es6)
文档地址: [http://ccjoe.github.io/gom/docs](https://ccjoe.github.io/gom/docs)

- 运行此Demo
```
cd Dir/gom-es6/
npm install
gulp serve
```

- build此Demo
```
gulp build
```