Run Aurelia Framework without NodeJs and JSPM

前端 未结 2 1322
攒了一身酷
攒了一身酷 2021-02-05 16:29

I am learning Aurelia Framework. I seen its document given example in NodeJs and JSPM.

But I don\'t have NodeJs and JSPM. I am from .Net background.

Its possibl

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-05 17:00

    You can write and execute Aurelia in Visual Studio without NodeJS or JSPM. Here is a port of the Aurelia skeleton-navigation to TypeScript which uses a bundle of the Aurelia AMD Libraries. You should be able to clone the repo and then load this up in Visual Studio and run the app (using Chrome) without any other action.

    https://github.com/cmichaelgraham/aurelia-typescript#just-use-it---visual-studio-using-requirejs-amd-module-loader

    if you are interested, here are the details on how the bundle is created

提交回复
热议问题