Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandymint/kiosk-operator-static
Операторская панель Киоска
https://github.com/brandymint/kiosk-operator-static
Last synced: about 8 hours ago
JSON representation
Операторская панель Киоска
- Host: GitHub
- URL: https://github.com/brandymint/kiosk-operator-static
- Owner: BrandyMint
- Created: 2014-08-21T06:04:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T10:20:20.000Z (over 9 years ago)
- Last Synced: 2023-03-10T22:28:55.001Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://brandymint.github.io/kiosk-operator-static/
- Size: 32.3 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/BrandyMint/kiosk-operator-static.svg?branch=master)](https://travis-ci.org/BrandyMint/kiosk-operator-static)
[![Stories in Ready](https://badge.waffle.io/BrandyMint/mmm-tasty-static.png?label=ready&title=Ready)](http://waffle.io/BrandyMint/mmm-tasty-static)Установка и настройка
---------------------> npm install
> bower installЗапуск
------> ./start # gulp watch
Дальше открываем браузер http://localhost:9000
http://livereload.com/ в помощь!
Процесс gulp
------------1. Исходник `./scripts/main.coffee` билдится с помощью `browserify` и превращается в `./scripts/bundle.js`
2. Стиль `./stylesheepts/app.sass` собирается в `./stylesheets/app.css`
с помощью gulp-sass (node-sass, libsass).
3. Сторонние пакеты устанавливаются через bundle в `app/bower_components` и билдятся в `./scripts/vendor.js`Ограничение по браузерам:
------------------------Текущие ограничения:
* Firefox >=25
* IE10+
* Opera 12+
* Chrome >=27
* Safari >-6
* Mobile Safair on iPhone and iPad >= 6Ограничения для приложения в целом устанавливаются согласно максимальным ограничениям компонентов.
## ReactJS
* IE >= 9, Chrome >= 27, Firefox >= 25, Safari >= 6 and Mobile Safari on iPhone and iPad >= 6
## jQueryFileUpload:
https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-support
### Desktop browsers
* Google Chrome
* Apple Safari 4.0+
* Mozilla Firefox 3.0+
* Opera 11.0+
* Microsoft Internet Explorer 6.0+### Mobile browsers
* Apple Safari on iOS 6.0+
* Google Chrome on iOS 6.0+
* Google Chrome on Android 4.0+
* Default Browser on Android 2.3+
* Opera Mobile 12.0+## HTML5 FileReader
* Firefox 3.6+, IE10+, and Opera 12+.
## TODO