All Projects → zewa666 → Aurelia Store Examples

zewa666 / Aurelia Store Examples

Licence: mit
Aurelia Store Plugin examples

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Aurelia Store Examples

aurelia-virtual-scroll
Aurelia Virtual Scroller
Stars: ✭ 15 (-48.28%)
Mutual labels:  aurelia
aurelia-OfficeUIFabric
Office Fabric UI components for Aurelia
Stars: ✭ 18 (-37.93%)
Mutual labels:  aurelia
Cli
The Aurelia 1 command line tool. Use the CLI to create projects, scaffold components, and bundle your app for release.
Stars: ✭ 401 (+1282.76%)
Mutual labels:  aurelia
aurelia-hoc-store
An Aurelia application showing the use of higher order components and a single state approach.
Stars: ✭ 20 (-31.03%)
Mutual labels:  aurelia
aurelia-async-binding
Aurelia async bindingbehavior to consume Observables and Promises
Stars: ✭ 19 (-34.48%)
Mutual labels:  aurelia
aurelia-datatable
A 100% aurelia based data table component.
Stars: ✭ 32 (+10.34%)
Mutual labels:  aurelia
aurelia-open-id-connect
An aurelia adapter for the IdentityModel/oidc-client-js
Stars: ✭ 54 (+86.21%)
Mutual labels:  aurelia
Bcx Aurelia Dnd
Aurelia Drag and Drop.
Stars: ✭ 20 (-31.03%)
Mutual labels:  aurelia
tests-ionic2-and-aurelia-framework7
Test TODO applications to compare ionic2 and Aurelia + Framework7
Stars: ✭ 14 (-51.72%)
Mutual labels:  aurelia
aurelia-typescript-webpack-starter
A minimal Aurelia starter kit written in TypeScript and built using webpack.
Stars: ✭ 28 (-3.45%)
Mutual labels:  aurelia
aurelia-mdc-bridge
Aurelia Mdc Bridge is a collection of wrappers for Material Design Components.
Stars: ✭ 19 (-34.48%)
Mutual labels:  aurelia
aurelia-firebase
🔥 A Firebase plugin for Aurelia
Stars: ✭ 24 (-17.24%)
Mutual labels:  aurelia
aurelia-fontawesome
Font Awesome 5 Aurelia component
Stars: ✭ 15 (-48.28%)
Mutual labels:  aurelia
aurelia-mdc-web
Aurelia wrapper for Material Design (Web) Components
Stars: ✭ 43 (+48.28%)
Mutual labels:  aurelia
Nswag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Stars: ✭ 4,825 (+16537.93%)
Mutual labels:  aurelia
aurelia-cli-electron-app
A basic example of aurelia (cli) running in electron with vscode breakpoint debugging
Stars: ✭ 30 (+3.45%)
Mutual labels:  aurelia
openapiclientgen
Generate C# and TypeScript client codes from Open API / Swagger definitions
Stars: ✭ 31 (+6.9%)
Mutual labels:  aurelia
Aurelia Google Analytics
An Aurelia.io plugin that adds Google Analytics page tracking to your project.
Stars: ✭ 28 (-3.45%)
Mutual labels:  aurelia
Slim.js
Fast & Robust Front-End Micro-framework based on modern standards
Stars: ✭ 789 (+2620.69%)
Mutual labels:  aurelia
bcx-aurelia-reorderable-repeat
An Aurelia repeater supports drag & drop reordering automatically.
Stars: ✭ 20 (-31.03%)
Mutual labels:  aurelia

Aurelia Store Examples

Examples for the Aurelia-Store plugin.

Hosted samples

Module based splits

  • Each module of the app is a feature
  • State slices per module
  • Modules work on the plucked state-slice

Usage

  • Clone this repo
  • Navigate to a subfolder of a sample [contacts, electron, immer, ...] in your command line
  • Run npm install, or alternatively if you're using Yarn yarn install
  • Run npm start, which in turn runs au run --watch
  • Open your browser and navigate to http://localhost:9000

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

  • TypeScript with WebPack using the Aurelia CLI
  • Aurelia-Store using a StateHistory

Contacts app

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

  • JavaScript with RequreJS and Aurelia CLI
  • Simple Aurelia-Store demonstration
  • Multiple actions
  • Router / State sync

Todo

A todo app showing the basics of the Store plugin from the perspective of a Vuex developer

  • JavaScript with WebPack using the Aurelia CLI
  • Vuex based structuring approach (mutations, actions)
  • Uses Aurelia-UX

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.

  • JavaScript with WebPack using the Aurelia CLI
  • Higher Order Actions (passing in external services like HTTP)
  • Async Actions
  • Waiting for actions to complete

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.

  • JavaScript with WebPack using the Aurelia CLI
  • Adapted tasks to run Electron app right after starting the webpack devserver
  • Registering a middleware, to propagate state changes via ipcRenderer to the main process
  • Preinstalled Redux DevTools Extension. Integrated with the embedded Chrome Devtools (open Redux tab).

Immer

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

  • TypeScript with RequireJS using the Aurelia CLI
  • Usage of Immer to avoid having to manually create immutable clones.

Services

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

  • TypeScript with RequireJS
  • Old-school services used in actions
  • Shows the use of dispatchify

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].