All Projects → freshcutdevelopment → Aurelia-in-Action

freshcutdevelopment / Aurelia-in-Action

Licence: other
Source code listings for Aurelia in Action

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to Aurelia-in-Action

Aurelia Kendoui Bridge
Stars: ✭ 120 (+531.58%)
Mutual labels:  aurelia
aurelia-mdl-plugin
Material Design Lite plugin for Aurelia.
Stars: ✭ 19 (+0%)
Mutual labels:  aurelia
super-minimal-aurelia
A barebones Aurelia + webpack2 build
Stars: ✭ 19 (+0%)
Mutual labels:  aurelia
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+689.47%)
Mutual labels:  aurelia
aurelia-dotnet-template
A starting point for new dotnet projects using the aurelia-framework with typescript and webpack.
Stars: ✭ 13 (-31.58%)
Mutual labels:  aurelia
aurelia-mdc-plugin
MDC (Material Design UI Components) plugin for Aurelia.
Stars: ✭ 13 (-31.58%)
Mutual labels:  aurelia
Store
Aurelia single state store based on RxJS
Stars: ✭ 103 (+442.11%)
Mutual labels:  aurelia
aurelia-knockout
Adds support for Knockout binding syntax to make transition from Durandal and Knockout to Aurelia simpler.
Stars: ✭ 22 (+15.79%)
Mutual labels:  aurelia
bindable
A design system built in Aurelia JS that allows for faster and easier web development.
Stars: ✭ 20 (+5.26%)
Mutual labels:  aurelia
aurelia-webpack-electron
a basic aurelia app running in electron with development debugging and hmr
Stars: ✭ 13 (-31.58%)
Mutual labels:  aurelia
Aurelia Ui Framework
A bespoke UI Framework built on Aurelia for desktop business application
Stars: ✭ 155 (+715.79%)
Mutual labels:  aurelia
au-datatable
Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.
Stars: ✭ 21 (+10.53%)
Mutual labels:  aurelia
Aurelia-Bootstrap-Plugins
Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
Stars: ✭ 45 (+136.84%)
Mutual labels:  aurelia
Webapiclientgen
Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
Stars: ✭ 134 (+605.26%)
Mutual labels:  aurelia
northwind-demo
Breeze demo with .NET and NodeJS servers and Angular, Aurelia, React, and Vue clients
Stars: ✭ 23 (+21.05%)
Mutual labels:  aurelia
Servicestackvs
ServiceStackVS - Visual Studio extension for ServiceStack
Stars: ✭ 117 (+515.79%)
Mutual labels:  aurelia
movielist
A demo application built using Aurelia.io to search for and list movies
Stars: ✭ 17 (-10.53%)
Mutual labels:  aurelia
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (-5.26%)
Mutual labels:  aurelia
aurelia-form
Fun with forms! Form utilities to make stuff just a bit (a lot) easier.
Stars: ✭ 34 (+78.95%)
Mutual labels:  aurelia
aurelia-notify
A notification plugin for Aurelia.
Stars: ✭ 14 (-26.32%)
Mutual labels:  aurelia

Aurelia-in-Action

This repository includes the source code listings for the book Aurelia in Action. The book is currently available under the Manning early access program: https://www.manning.com/books/aurelia-in-action.

This is a work in progress. As such, any feedback that you can give is extremely valuable. You can provide feedback on the source code, or the book itself on the book forum https://forums.manning.com/forums/aurelia-in-action or by submitting a Github issue.

How to use this repository

This repository consists of code listings and completed chapter snapshots. Both of these resources can be useful in different ways when following along with the my-books example application.

Code Listings

There is a directory for each chapter in the book which contains the full code listing files corresponding to each code listing in that chapter. Each code listing is named according to the file that the listing corresponds to. For example, the listing Chapter-2/Listing_2.1_app.js contains the first code listing for chapter 2, and relates to changes that need to be made to the app.js file ViewModel file. These listings are useful if you want to copy and paste an entire listing file, rather than manually making each edit described in the chapter. These code listings are also available from manning website https://sean-hunter.io/aia-code-listings.

Completed Chapter Snapshots

There is a completed chapter snapshot directory from chapter 2 onwards. This contains the my-books sample project with the changes snapshotted at that chapter. This is useful if you want to re-set your project after experimenting with changes, or if you just want to skip to a certain point. You can use these snapshots by following the below steps:

  1. Check out the entire repository git clone https://github.com/freshcutdevelopment/Aurelia-in-Action.git
  2. Change directory to the my-books project sub-directory of the chapter you wish to jump to cd Chapter-2-Complete/my-books
  3. Install the NPM dependences npm install
  4. Run the project using the Aurelia CLI au run --watch
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].