# Basic
Download the repo, extract pathStore.min.js
out of the dist/umd
folder
and insert it in your page.
<script type="text/javascript" src="pathStore.min.js"></script>
# Module System
Install it via npm
npm i vue-path-store
Use the import
statement to include it into your js
import { createPathStore } from 'vue-path-store'
← Introduction Usage →