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: playgrounds/html/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,18 @@ The demo in this directory showcases a basic search that will let you search thr
19
19
$ yarn install
20
20
```
21
21
22
-
### Compiles and hot-reloads for development
22
+
### Compile and hot-reload for development
23
23
```
24
24
yarn serve
25
25
```
26
26
27
-
### Compiles and minifies for production
27
+
### Compile and minify for production
28
28
```
29
29
yarn build
30
30
```
31
31
32
32
### Customize configuration
33
-
See [Configuration Reference](https://cli.vuejs.org/config/).
34
33
34
+
See [Configuration Reference](https://cli.vuejs.org/config/).
35
35
36
36
💡 If you have never used InstantSearch, we recommend reading this [getting started documentation](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/).
0 commit comments