Run Aurelia Framework without NodeJs and JSPM

前端 未结 2 1321
攒了一身酷
攒了一身酷 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 16:48

    Yes and no.

    Yes - you can write and execute Aurelia on Visual studio. No - you will still have to install all the supporting modules (such as NodeJS and JSPM) on your set up machine.

    To play around with Aurelia on Visual Studio (2013) try this set up. Demo Navigation app in VS Follow the set up instruction to install the modules.

    This demo was written with an older version Typescript. If you update the Typescript to the latest version (v1.4), then the template strings will work.

提交回复
热议问题