Category: NodeJs
For steps on setting up a new Aurelia project please refer to this link:https://www.technical-recipes.com/2019/getting-started-with-aurelia-js-part-2/(For reference I am using the TypeScript option when creating this new Aurelia project and building / …
An alternative and possibly simpler approach to getting set up and using Aurelia.The previous approach can be found at the following linkhttps://www.technical-recipes.com/2019/getting-started-with-aurelia-js/PrerequisitesThe Aurelia CLI has a pre-requisite, Node.js. Get it …
A collection for Aurelia / typescript / javascript as and when I encounter them.For a post on getting set up with Aurelia JS see this post:https://www.technical-recipes.com/2019/getting-started-with-aurelia-js/ https://www.technical-recipes.com/2019/getting-started-with-aurelia-js-part-2/1. Hello World!app.jsapp.htmlGiving the …
A cut-down version of the quickstart tutorial given at Aurelia’s official site:https://aurelia.io/docs/tutorials/creating-a-todo-appThe Aurelia CLI has a pre-requisite, Node.js. Get it from here:https://nodejs.org/en/Step 1: Download the Basic Aurelia Project Setup Get …