diff --git a/themes/aurelia-theme/layouts/index.html b/themes/aurelia-theme/layouts/index.html index ccbae9c..3c56855 100644 --- a/themes/aurelia-theme/layouts/index.html +++ b/themes/aurelia-theme/layouts/index.html @@ -87,45 +87,53 @@

--> - +
- +
+
-
- simple-counter.ts - simple-counter.html +
+ terminal
-
export class Counter {
-  count = 0;
 
-  increment() {
-    this.count++;
-  }
-}
- -
-
- simple-counter.ts - simple-counter.html + +
+
+ + ~ + $ + npx + makes aurelia +
+
+ Creating new Aurelia project... +
+ Installing dependencies... +
+ Project ready! +
+
+ Next steps: +
+ cd my-app +
+ npm start
-
<button click.trigger="increment()">
-  Increment: ${count}
-</button>
- + - +
+ That's it! No CLI or global installs needed. +