How to set up minimal Aurelia project from scratch

前端 未结 6 669
猫巷女王i
猫巷女王i 2021-01-30 01:22

When installing the Aurelia navigation skeleton app it is far to overwhelming with all the 3rd party modules and ready-made scripts it uses. For me who have a good picture of wh

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 02:17

    I would definitely use the aurelia-cli for this.

    Do the following: npm install -g aurelia-cli

    Then to start a new project do: au new project-name

    to run your project do: au run --watch

    I really feel the aurelia-cli "is the future" for aurelia!

提交回复
热议问题