Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ccjoe/gom-es6
- Owner: ccjoe
- Created: 2016-01-12T03:37:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T13:41:14.000Z (over 8 years ago)
- Last Synced: 2024-11-20T18:53:51.067Z (3 months ago)
- Language: JavaScript
- Homepage: https://ccjoe.github.io/gom
- Size: 1.95 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```