sitepal-vue
Version:
Download the latest version of an npm package to a specified directory.
31 lines (21 loc) • 502 B
Markdown
# Download Package
Download the latest version of an npm package to a specified directory.
## Installation
``` sh
npm install --save sitepal-vue
```
### Example use
Here's how you would install the latest version into packages folder:
``` js
<template>
<SitePal spn='name' embed='5626448,600,800,"",1,1,2696612,0,1,0,"rW85A71B1anbltfgX6g0DNxX4fspbRon",0,0'/>
</template>
<script>
import SitePal from 'sitepal-vue'
export default {
name: 'App',
components: {
SitePal
}
}
</script>