Skip to content

Installation

Install the core libraries, the datastore, and one storage plugin.

💡 Try it first: Want to explore Routier before installing? Open the live playground to use the demo, or view and edit its source in CodeSandbox.

Quick Navigation

1) Install core and datastore

bash
npm install @routier/core @routier/datastore

2) Pick a plugin (one or more)

Example:

bash
npm install @routier/memory-plugin

Other plugins are available (Local Storage, File System, Dexie, SQLite, PouchDB). See the list at:

Next Steps

Released under the MIT License.