Examples for the Aurelia-Store plugin.
npm install
, or alternatively if you're using Yarn yarn install
npm start
, which in turn runs au run --watch
http://localhost:9000
If
au run
does not work, make sure to install aurelia-cli globally vianpm install -g aurelia-cli
or respectivelyyarn global add aurelia-cli
if you're using Yarn.
A simple markdown editor with history support
A copy of the official Aurelia Contacts App, this time using the Aurelia-Store Plugin though.
A todo app showing the basics of the Store plugin from the perspective of a Vuex developer
Originally from https://github.com/Vheissu/aurelia-store-todo
There will be some warnings emitted by Webpack with regards to the css-loader, which are a known issue in the current Aurelia-UX status.
Minimal example of integrating vis.js with an Aurelia Store powered app and visualizing searched GitHub users.
A minimal electron demo, firing desktop notifications.
There seems to be an issue with Win10 Fall Creators update which does not allow Notifications, thus a tray balloon is used on win platform.
Tired of Object.assign? Take a look at this demo to see how to use Immer with Aurelia-Store.
Showcase of how to use a classic existing Service with the Aurelia-Store approach
Any feedback or ideas are welcome so hop over to the issues section and share your words. If you have an own Aurelia Store based example app, you'd like to share, we'd be happy to see a PR.