You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,14 @@ Also included is a command line tool which can be invoked to generate easily ext
10
10
11
11
You can install the CLI globally, or run it locally from repository source.
12
12
13
+
### Installation
14
+
13
15
Install it globally:
14
16
15
17
```npm install -g aframe-typescript-toolkit```
16
18
19
+
### Project Creation
20
+
17
21
Then run it:
18
22
```
19
23
aframe-typescript-toolkit
@@ -53,9 +57,8 @@ awesome-component
53
57
│ index.ts
54
58
```
55
59
56
-
---
57
60
58
-
## Running a generated template
61
+
###Running a generated template
59
62
60
63
1. Change directory into the generated component and install the dependencies:
61
64
@@ -72,7 +75,7 @@ npm run start
72
75
73
76
When the development server starts, your browser will automatically open to port `3000` and you will be able to start using the template component right away.
74
77
75
-
## Customizing the component
78
+
###Customizing the component
76
79
Click on the video below to see how you can edit the program in Visual Studio Code and watch your changes be dynamically applied without explicitly reloading the browser:
0 commit comments