aurelia/aurelia

View on GitHub
packages/store-v1/README.md

Summary

Maintainability
Test Coverage
> DEPRECATED
> Note that this package is deprecated in favor of [`@aurelia/state`](https://www.npmjs.com/package/@aurelia/state).
> There will be no further development for this package and this is planned to be removed in the `v2.0.0-beta.3` release.
> Note that this does not affect the Aurelia v1 in any way (the Aurelia v1 plugin can be found at https://github.com/aurelia/store).

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
[![CircleCI](https://circleci.com/gh/aurelia/aurelia.svg?style=shield)](https://circleci.com/gh/aurelia/aurelia)
[![npm](https://img.shields.io/npm/v/@aurelia/store.svg?maxAge=3600)](https://www.npmjs.com/package/@aurelia/store)
# @aurelia/store

## Installing

For the latest stable version:

```bash
npm i @aurelia/store-v1
```

For our nightly builds:

```bash
npm i @aurelia/store-v1@dev
```