Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 333 Bytes

getting-started.md

File metadata and controls

19 lines (12 loc) · 333 Bytes

Getting started

NPM

npm install xStore

var xStore = require('xStore')

Normal download

Download xStore.min.js and include it in your HTML document:

<script src="xStore.min.js"></script>

AMD and CommonJS are supported!