@toast-ui/vue-calendar
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@toast-ui/vue-calendar", | ||
"version": "1.0.0", | ||
"description": "Toast UI Calendar for Vue", | ||
"version": "1.0.1", | ||
"description": "TOAST UI Calendar for Vue", | ||
"main": "dist/toastui-vue-calendar.js", | ||
@@ -13,3 +13,4 @@ "files": [ | ||
"build": "webpack --mode production", | ||
"build:dev": "webpack --mode development" | ||
"build:dev": "webpack --mode development", | ||
"serve": "vue serve ./example/App.vue" | ||
}, | ||
@@ -27,2 +28,4 @@ "repository": { | ||
"@babel/preset-env": "^7.1.0", | ||
"@vue/cli": "^3.2.1", | ||
"@vue/cli-service-global": "^3.1.2", | ||
"babel-eslint": "^9.0.0", | ||
@@ -29,0 +32,0 @@ "babel-loader": "^8.0.4", |
@@ -16,3 +16,2 @@ # TOAST UI Calendar for Vue | ||
* [Using npm](#using-npm) | ||
* [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn) | ||
* [Usage](#-usage) | ||
@@ -44,15 +43,2 @@ * [Load](#load) | ||
### Via Contents Delivery Network (CDN) | ||
TOAST UI products are available over the CDN powered by [TOAST Cloud](https://www.toast.com). | ||
When you load `toastui-vue-calendar.js` using CDN, you should insert dependency modules `vue`, `tui-code-snippet`, `tui-calendar` and `tui-calendar.css` in the html. | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/vue"></script> | ||
<script src="https://uicdn.toast.com/tui.code-snippet/latest/tui-code-snippet.js"></script> | ||
<script src="https://uicdn.toast.com/tui-calendar/latest/tui-calendar.js"></script> | ||
<script src="https://uicdn.toast.com/toast-ui.vue-calendar/latest/toastui-vue-calendar.js"></script> | ||
<link rel="stylesheet" type="text/css" href="https://uicdn.toast.com/tui-calendar/latest/tui-calendar.css" /> | ||
``` | ||
## 📅 Usage | ||
@@ -59,0 +45,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26758
15
364