Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasjang/axisj
javascript UI library
https://github.com/thomasjang/axisj
Last synced: 3 days ago
JSON representation
javascript UI library
- Host: GitHub
- URL: https://github.com/thomasjang/axisj
- Owner: thomasJang
- License: lgpl-2.1
- Created: 2013-11-08T03:29:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T03:22:41.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T19:03:00.371Z (7 months ago)
- Language: CSS
- Homepage: http://axisj.com/
- Size: 54.1 MB
- Stars: 310
- Watchers: 38
- Forks: 86
- Open Issues: 148
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [주의!] 이 프로젝트는 더 이상 추가개발/개선작업을 진행하지 않습니다. 앞으로는 AX5UI를 이용해주세요.
> This Project will not proceed further development. Please use AX5UI in the future.[![AX5UI](https://avatars1.githubusercontent.com/u/16002119?v=3&s=100)](http://ax5.io/)
- https://github.com/ax5ui
- https://github.com/ax5ui/ax5ui-kernel
- https://github.com/ax5ui/ax5core
- https://github.com/ax5ui/ax5ui-grid
- https://github.com/ax5ui/ax5ui-uploader
- 등등등 ...현재까지 배포된 버전에 대한 이용에는 문제가 없고, 각종 링크 CDN등은 현재와 동일하게 유지 됩니다.
단, 유지보수/하자보수 계약이 된 경우를 위한 버그 픽스는 진행됩니다.---
# AXISJ
###Full-Stack Open-source Javascript UI Framework>AXISJ means "Axis of Javascript" and also represents "Application eXeprience:AX" as well.
>AXISJ 는 “자바스크립트의 축(Axis of Javascript)”라는 뜻과 더불어
애플리케이션 개발경험(Application eXperience: AX)을 구현한다는 의미도 담고 있습니다.It can be used easily and lightly, by excluding the load which a developer does not intend or which is heavier than application.
In terms of the development method, the collision issue between components has been minimised with the use of Class-based coding rules which manage each UI tool in Class.### link
- Demonstration (http://dev.axisj.com)
- Documentation (http://jdoc.axisj.com)
- Guide (http://axisj.github.io/axisj-about/docs/)
- Website (https://www.axisj.com)
- Facebook (http://facebook.com/axisj)
- Google+ (http://google.com/+axisj)### Related Projects
- AXU (https://www.axisj.com/axu), (http://axu.axisj.com), (https://github.com/axisj-com/axu)
- AXU4J (https://github.com/axisj-com/axu4j)
- AXIcon (https://www.axisj.com/en/axicon/), (http://axicon.axisj.com), (https://github.com/axisj-com/axicon)## Download
**By Bower.io**
```
// bower install
$ bower install axisj
```
**Direct Download**
[releases] (https://github.com/axisj-com/axisj/releases)## Install
**CDN**
```html```
**CDN Theme**
``````
Installing AXISJ is simple and easy.
Copy and paste the downloaded file of AXISJ in an appropriate location of your project. (In this sample, the file was put in the project root / 'axisj' folder.)
Type in codes to load CSS and JS files in HTML codes of the pages where you want to use AXISJ.
Then, if needed, load CSS and JS files of some components of UI. This sample shows the codes to enable AXGrid component.
```html
```
Define the id of HTML element where you want to put the UI component. The id will be used in UI configuration for later.
'id' is a unique element and there should not be two id elements with the same id name in one HTML document.
```html
AXGrid RWD