2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 20:50:34 +03:00

add build steps for CDN distribution

This commit is contained in:
Declan de Wet
2016-11-05 15:47:22 +02:00
parent 323f63fbf5
commit 761ddb0f34
5 changed files with 75 additions and 13 deletions
+14 -1
View File
@@ -46,6 +46,7 @@
- [Installation](#installation)
- [Yarn](#yarn)
- [NPM](#npm)
- [CDN](#cdn)
- [Usage](#usage)
- [Step 1: Preparing the plugin](#step-1-preparing-the-plugin)
- [Step 2: Server Rendering (Optional)](#step-2-server-rendering-optional)
@@ -67,7 +68,7 @@
- [`noscript` ([Object])](#noscript-object)
- [`changed` (Function)](#changed-function)
- [How `metaInfo` is Resolved](#how-metainfo-is-resolved)
- [Lists of Tags](#lists-of-tags)
- [Lists of Tags](#lists-of-tags)
- [Performance](#performance)
- [How to prevent the update on the initial page render](#how-to-prevent-the-update-on-the-initial-page-render)
- [FAQ](#faq)
@@ -98,6 +99,18 @@ $ yarn add vue-meta
$ npm install vue-meta --save
```
### CDN
Use the links below - if you want a previous version, check the instructions at https://unpkg.com.
<!-- start CDN generator - do **NOT** remove this comment -->
**Uncompressed:**
> https://unpkg.com/vue-meta@0.0.0/lib/vue-meta.js
**Minified:**
> https://unpkg.com/vue-meta@0.0.0/lib/vue-meta.min.js
<!-- end CDN generator - do **NOT** remove this comment -->
# Usage
## Step 1: Preparing the plugin