lasa-stores
v0.0.1
Published
A Vue.js component for Lasa Stores
Downloads
2
Readme
lasa-stores
A VueJs component for Lasa Stores
Installation
npm i --save-dev lasa-stores
Browser
Include the script file, then install the component with Vue.use(LasaStores);
e.g.:
<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-clock-simple/dist/lasa-stores.min.js"></script>
<script type="text/javascript">
Vue.use(LasaStores);
</script>
Module
import LasaStores from 'lasa-stores';
Usage
Once installed, it can be used in a template as simply as:
<lasa-stores></lasa-stores>