Skip to content

Commit

Permalink
Chore: update (#48)
Browse files Browse the repository at this point in the history
* docs: update README.md

* chore: apply eslint, prettier

* chore: exclude IE9
  • Loading branch information
heenakwag committed Sep 17, 2019
1 parent 70f24d6 commit d608e4d
Show file tree
Hide file tree
Showing 33 changed files with 11,187 additions and 8,571 deletions.
40 changes: 20 additions & 20 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
module.exports = {
"extends": "tui",
"parserOptions": {
"ecmaVersion": 3,
"sourceType": "module"
},
"env": {
"commonjs": true,
"jasmine": true,
"amd": true,
"node": true,
"jquery": true
},
"globals": {
"loadFixtures": true
},
"rules": {
"lines-around-directive": 0,
"object-property-newline": ["error", { "allowMultiplePropertiesPerLine": true }]
}
}
extends: 'tui',
parserOptions: {
ecmaVersion: 3,
sourceType: 'module'
},
env: {
commonjs: true,
jasmine: true,
amd: true,
node: true,
jquery: true
},
globals: {
loadFixtures: true
},
rules: {
'lines-around-directive': 0,
'object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }]
}
};
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth" : 100,
"singleQuote" : true
}
62 changes: 35 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,24 @@
[![code with hearth by NHN](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-NHN-ff1414.svg)](https://github.com/nhn)


<p><a href="https://nhn.github.io/tui.tree/latest/"><img src="https://user-images.githubusercontent.com/8615506/64508620-d784ef00-d318-11e9-82b1-9cb93a2955c5.gif" /></a></p>


## 🚩 Table of Contents
* [Collect statistics on the use of open source](#Collect-statistics-on-the-use-of-open-source)
* [Browser Support](#-browser-support)
* [Documents](#-documents)
* [Features](#-features)
* [Examples](#-examples)
* [Install](#-install)
* [Via Package Manager](#via-package-manager)
* [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn)
* [Download Source Files](#download-source-files)
* [Usage](#-usage)
* [HTML](#html)
* [JavaScript](#javascript)
* [Dependency](#-dependency)
* [Browser Support](#-browser-support)
* [Pull Request Steps](#-pull-request-steps)
* [Setup](#setup)
* [Develop](#develop)
* [Pull Request Steps](#pull-request)
* [Documents](#-documents)
* [Contributing](#-contributing)
* [Dependency](#-dependency)
* [TOAST UI Family](#-toast-ui-family)
* [License](#-license)


## Collect statistics on the use of open source
TOAST UI Tree applies Google Analytics (GA) to collect statistics on the use of open source, in order to identify how widely TOAST UI Tree is used throughout the world.
It also serves as important index to determine the future course of projects.
Expand All @@ -48,10 +45,13 @@ Or, include [`tui-code-snippet`](https://github.com/nhn/tui.code-snippet)(**v1.5
tui.usageStatistics = false;
```

## 🌏 Browser Support
| <img src="https://user-images.githubusercontent.com/1215767/34348387-a2e64588-ea4d-11e7-8267-a43365103afe.png" alt="Chrome" width="16px" height="16px" /> Chrome | <img src="https://user-images.githubusercontent.com/1215767/34348590-250b3ca2-ea4f-11e7-9efb-da953359321f.png" alt="IE" width="16px" height="16px" /> Internet Explorer | <img src="https://user-images.githubusercontent.com/1215767/34348380-93e77ae8-ea4d-11e7-8696-9a989ddbbbf5.png" alt="Edge" width="16px" height="16px" /> Edge | <img src="https://user-images.githubusercontent.com/1215767/34348394-a981f892-ea4d-11e7-9156-d128d58386b9.png" alt="Safari" width="16px" height="16px" /> Safari | <img src="https://user-images.githubusercontent.com/1215767/34348383-9e7ed492-ea4d-11e7-910c-03b39d52f496.png" alt="Firefox" width="16px" height="16px" /> Firefox |
| :---------: | :---------: | :---------: | :---------: | :---------: |
| Yes | 8+ | Yes | Yes | Yes |

## 📙 Documents
* [Getting Started](https://github.com/nhn/tui.tree/blob/production/docs/getting-started.md)
* [Tutorials](https://github.com/nhn/tui.tree/tree/production/docs)
* [APIs](https://nhn.github.io/tui.tree/latest)

You can also see the older versions of API page on the [releases page](https://github.com/nhn/tui.tree/releases).


## 🎨 Features
Expand Down Expand Up @@ -172,6 +172,18 @@ instance.add( ... );
For more information about the API, please see [here](https://nhn.github.io/tui.tree/latest/Tree).


## 🔩 Dependency
* [tui-code-snippet](https://github.com/nhn/tui.code-snippet) >=1.5.0
* [tui-context-menu](https://github.com/nhn/tui.context-menu) >=2.1.1 (Optional, needs forusing `ContextMenu` feature)
* [jQuery](https://github.com/jquery/jquery/tree/1.12-stable) >=1.11.0 (Optional, needs for using `Ajax` feature)


## 🌏 Browser Support
| <img src="https://user-images.githubusercontent.com/1215767/34348387-a2e64588-ea4d-11e7-8267-a43365103afe.png" alt="Chrome" width="16px" height="16px" /> Chrome | <img src="https://user-images.githubusercontent.com/1215767/34348590-250b3ca2-ea4f-11e7-9efb-da953359321f.png" alt="IE" width="16px" height="16px" /> Internet Explorer | <img src="https://user-images.githubusercontent.com/1215767/34348380-93e77ae8-ea4d-11e7-8696-9a989ddbbbf5.png" alt="Edge" width="16px" height="16px" /> Edge | <img src="https://user-images.githubusercontent.com/1215767/34348394-a981f892-ea4d-11e7-9156-d128d58386b9.png" alt="Safari" width="16px" height="16px" /> Safari | <img src="https://user-images.githubusercontent.com/1215767/34348383-9e7ed492-ea4d-11e7-910c-03b39d52f496.png" alt="Firefox" width="16px" height="16px" /> Firefox |
| :---------: | :---------: | :---------: | :---------: | :---------: |
| Yes | 8+ | Yes | Yes | Yes |


## 🔧 Pull Request Steps

TOAST UI products are open source, so you can create a pull request(PR) after you fix issues.
Expand Down Expand Up @@ -217,25 +229,21 @@ If it has no error, commit and then push it!
For more information on PR's step, please see links of Contributing section.


## 📙 Documents
* [Getting Started](https://github.com/nhn/tui.tree/blob/production/docs/getting-started.md)
* [Tutorials](https://github.com/nhn/tui.tree/tree/production/docs)
* [APIs](https://nhn.github.io/tui.tree/latest)

You can also see the older versions of API page on the [releases page](https://github.com/nhn/tui.tree/releases).


## 💬 Contributing
* [Code of Conduct](https://github.com/nhn/tui.tree/blob/production/CODE_OF_CONDUCT.md)
* [Contributing guideline](https://github.com/nhn/tui.tree/blob/production/CONTRIBUTING.md)
* [Issue guideline](https://github.com/nhn/tui.tree/blob/production/docs/ISSUE_TEMPLATE.md)
* [Commit convention](https://github.com/nhn/tui.tree/blob/production/docs/COMMIT_MESSAGE_CONVENTION.md)


## 🔩 Dependency
* [tui-code-snippet](https://github.com/nhn/tui.code-snippet) >=1.5.0
* [tui-context-menu](https://github.com/nhn/tui.context-menu) >=2.1.1 (Optional, needs forusing `ContextMenu` feature)
* [jQuery](https://github.com/jquery/jquery/tree/1.12-stable) >=1.11.0 (Optional, needs for using `Ajax` feature)
## 🍞 TOAST UI Family

* [TOAST UI Editor](https://github.com/nhn/tui.editor)
* [TOAST UI Calendar](https://github.com/nhn/tui.calendar)
* [TOAST UI Chart](https://github.com/nhn/tui.chart)
* [TOAST UI Image-Editor](https://github.com/nhn/tui.image-editor)
* [TOAST UI Grid](https://github.com/nhn/tui.grid)
* [TOAST UI Components](https://github.com/nhn)


## 📜 License
Expand Down
Loading

0 comments on commit d608e4d

Please sign in to comment.