Skip to content
This repository was archived by the owner on Oct 24, 2019. It is now read-only.

Commit 618c122

Browse files
author
Sohee Lee
committed
Merge remote-tracking branch 'origin/master' into production
2 parents ee78b82 + 1f3d5e8 commit 618c122

File tree

4 files changed

+287
-597
lines changed

4 files changed

+287
-597
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* [Collect statistics on the use of open source](#collect-statistics-on-the-use-of-open-source)
1414
* [Install](#-install)
1515
* [Using npm](#using-npm)
16-
* [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn)
1716
* [Usage](#-usage)
1817
* [Load](#load)
1918
* [Implement](#implement)
@@ -49,24 +48,6 @@ tui.usageStatistics = false;
4948
npm install --save @toast-ui/vue-grid
5049
```
5150

52-
### Via Contents Delivery Network (CDN)
53-
54-
TOAST UI products are available over the CDN powered by [TOAST Cloud](https://www.toast.com). When you load `toastui-vue-grid.js` using CDN, you should insert dependency modules `vue`, `tui-grid.js` and `tui-grid.css` in the html.
55-
56-
Also you should insert `jquery`, `underscore`, `backbone`, `tui-code-snippet`, `tui-pagination`, `tui-date-picker` that dependency modules of `tui-grid.js`. For more information about dependency of `tui-grid.js`, see [Download Files of Toast UI Grid](https://github.com/nhnent/tui.grid/blob/master/docs/getting-started.md#downloading-files)
57-
58-
```html
59-
<script src="path/to/jquery"></script>
60-
<script src="path/to/underscore"></script>
61-
<script src="path/to/tui-code-snippet"></script>
62-
<script src="path/to/tui-pagination"></script>
63-
<script src="path/to/ui-date-picker"></script>
64-
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
65-
<script src="https://uicdn.toast.com/tui-grid/latest/tui-grid.js"></script>
66-
<script src="https://uicdn.toast.com/toast-ui.vue-grid/latest/toastui-vue-grid.js"></script>
67-
<link rel="stylesheet" href="https://uicdn.toast.com/tui-grid/latest/tui-grid.css" />
68-
```
69-
7051
## 🔡 Usage
7152

7253
### Load

docs/getting-started.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## 🚩 Table of Contents
44
* [Install](#-install)
55
* [Using npm](#using-npm)
6-
* [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn)
76
* [Usage](#-usage)
87
* [Load](#load)
98
* [Implement](#implement)
@@ -24,25 +23,6 @@
2423
npm install --save @toast-ui/vue-grid
2524
```
2625

27-
### Via Contents Delivery Network (CDN)
28-
29-
TOAST UI products are available over the CDN powered by [TOAST Cloud](https://www.toast.com). When you load `toastui-vue-grid.js` using CDN, you should insert dependency modules `vue`, `tui-grid.js` and `tui-grid.css` in the html.
30-
31-
Also you should insert `jquery`, `underscore`, `backbone`, `tui-code-snippet`, `tui-pagination`, `tui-date-picker` that dependency modules of `tui-grid`. For more information about dependency of `tui-grid`, see [Download Files of Toast UI Grid](https://github.com/nhnent/tui.grid/blob/master/docs/getting-started.md#downloading-files)
32-
33-
```html
34-
<script src="path/to/jquery"></script>
35-
<script src="path/to/underscore"></script>
36-
<script src="path/to/backbone"></script>
37-
<script src="path/to/tui-code-snippet"></script>
38-
<script src="path/to/tui-pagination"></script>
39-
<script src="path/to/tui-date-picker"></script>
40-
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
41-
<script src="https://uicdn.toast.com/tui-grid/latest/tui-grid.js"></script>
42-
<script src="https://uicdn.toast.com/toast-ui.vue-grid/latest/toastui-vue-grid.js"></script>
43-
<link rel="stylesheet" href="https://uicdn.toast.com/tui-grid/latest/tui-grid.css" />
44-
```
45-
4626
## 🔡 Usage
4727

4828
### Load

0 commit comments

Comments
 (0)