June 2018
Intermediate to advanced
348 pages
8h 19m
English
Let's start creating our application. If you remember our last section about the Aurelia CLI, we need to use it again to create a new application, so open your favorite Terminal tool and execute the following command:
au new worldcup-app
Enter the following input in the Terminal:
First option: Which module loader / bundler would you like to use? RequireJS (Default)
Second option: What transpiler would you like to use? : Babel (Default)
Third option: How would you like to setup your template? : Default (No markup processing.)
Fourth option: What CSS processor would you like to use? In this case, we will choose Sass (3)
Fifth option: Would you like to configure ...
Read now
Unlock full access