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
@@ -66,16 +64,12 @@ Run the following command to create a [Vue](https://vuejs.org/) 3.x project bund
66
64
npm create vue@3
67
65
```
68
66
69
-

70
-
71
67
If you'd like to use Vue 2.x, run the following command to initialize the project scaffold.
72
68
73
69
```bash
74
70
npm create vue@2
75
71
```
76
72
77
-

78
-
79
73
#### Webpack
80
74
81
75
Run the following command to create a [Vue](https://vuejs.org/) project bundled with [Webpack](https://webpack.js.org/).
@@ -90,10 +84,6 @@ Vue 3.x and 2.x bundled with Webpack are both supported.
90
84
91
85
When setting up the project, select `Manually select features` and enable TypeScript.
92
86
93
-

94
-
95
-

96
-
97
87
### Angular
98
88
99
89
Run the following command to create an [Angular](https://angular.io/) project.
@@ -102,8 +92,6 @@ Run the following command to create an [Angular](https://angular.io/) project.
102
92
npx @angular/cli new frontend
103
93
```
104
94
105
-

106
-
107
95
### Svelte
108
96
109
97
Run the following command to create a [Svelte](https://svelte.dev/) project.
@@ -112,8 +100,6 @@ Run the following command to create a [Svelte](https://svelte.dev/) project.
112
100
npm create svelte@latest frontend
113
101
```
114
102
115
-

116
-
117
103
:::note
118
104
Currently, we support front-end frameworks [React](https://react.dev), [Next.js](https://nextjs.org/), [Vue](https://vuejs.org/), [Angular](https://angular.io/), and [Svelte](https://svelte.dev/). We anticipate to add support for other frameworks over time.
119
105
:::
@@ -129,6 +115,8 @@ npm install ../helloworld
129
115
This command installs the dependencies and configures the contract development environment.
130
116
After this, we are ready to go!
131
117
118
+

119
+
132
120
## Integrate Wallet
133
121
134
122
You will integrate [unisat](https://unisat.io), a browser extension wallet, similar to [MetaMask](https://metamask.io/), into the project.
0 commit comments