sitepal-vue
v2.1.9
Published
Download the latest version of an npm package to a specified directory.
Downloads
68
Readme
Download Package
Download the latest version of an npm package to a specified directory.
Installation
npm install --save sitepal-vue
Example use
Here's how you would install the latest version into packages folder:
<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>