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/datastore2) Pick a plugin (one or more)
Example:
bash
npm install @routier/memory-pluginOther plugins are available (Local Storage, File System, Dexie, SQLite, PouchDB). See the list at:
Next Steps
- Quick Start - Build a working example in minutes
- React Adapter - Use Routier with React