Category: Aurelia
Firstly in your project folder make sure Aurelia dialog has been installed:Also see this following link on how to get started in creating, building, running etc a new Aurelia project:https://www.technical-recipes.com/2019/getting-started-with-aurelia-js-part-2/In …
Some instructions on how to get started with a very simple TypeScript-based example in a Visual Studio Code development environment.1. Create a new Aurelia projectIf you’re unfamiliar with creating a …
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 …