1.1.4 • Published 2 years ago

vinay-react v1.1.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Download Package

Download the latest version of an npm package to a specified directory.

Installation

npm install --save sitepal-react

Example use

Here's how you would install the latest version into packages folder:

<template>
	<SitePal 
	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>