zewa666 / aurelia-store-examples

Aurelia Store Plugin examples
MIT License
29 stars 10 forks source link
aurelia aurelia-store

Aurelia Store Examples

Examples for the Aurelia-Store plugin.

Hosted samples

Module based splits

Usage

If au run does not work, make sure to install aurelia-cli globally via npm install -g aurelia-cli or respectively yarn global add aurelia-cli if you're using Yarn.

Markdown

A simple markdown editor with history support

Contacts app

A copy of the official Aurelia Contacts App, this time using the Aurelia-Store Plugin though.

Todo

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.

Vis

Minimal example of integrating vis.js with an Aurelia Store powered app and visualizing searched GitHub users.

Electron

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.

Immer

Tired of Object.assign? Take a look at this demo to see how to use Immer with Aurelia-Store.

Services

Showcase of how to use a classic existing Service with the Aurelia-Store approach

Call to action

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.