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
+10-10
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Alpine.js devtools is a simple extension to help you debug [Alpine.js](https://g
13
13
14
14
## Installation
15
15
16
-
-[Get the Chrome Extension](https://chrome.google.com/webstore/detail/alpinejs-devtools/fopaemeedckajflibkpifppcankfmbhk)
17
-
-[Get the Firefox Extension](https://addons.mozilla.org/firefox/addon/alpinejs-devtools/)
16
+
-[Get the Chrome Extension](https://chrome.google.com/webstore/detail/alpinejs-devtools/fopaemeedckajflibkpifppcankfmbhk)
17
+
-[Get the Firefox Extension](https://addons.mozilla.org/firefox/addon/alpinejs-devtools/)
18
18
19
19
**Note:** if you are using Google Chrome, Alpine.js devtools will not work with local files unless you configure the extension to be allowed `Access to File URLs`.
20
20
@@ -37,8 +37,8 @@ Unlike other frameworks, Alpine does not include named components. Therefore by
37
37
38
38
### Prerequisites
39
39
40
-
-Node ^14.x
41
-
-npm ^6.x
40
+
- Node ^22.x
41
+
- npm ^10.x
42
42
43
43
### Chrome
44
44
@@ -73,12 +73,12 @@ Note that when using the simulator all Chrome/Firefox devtools/Extension APIs ar
73
73
74
74
We have 2 levels of tests in the project:
75
75
76
-
-unit tests in [./tests](./tests), written and run with `node:test`
77
-
-The command to run them is `npm test`.
78
-
-E2E tests that run against the devtools simulator, in [./cypress](./cypress), using [Cypress](https://cypress.io).
79
-
-The command to run Cypress tests is `npm run cy:run`
80
-
-The command to open the Cypress UI is `npm run cy:open`
81
-
-**Note** in order to run any Cypress tests, you'll need the simulator running (see [Running the Alpine.js devtools simulator](#running-the-alpinejs-devtools-simulator)).
76
+
- unit tests in [./tests](./tests), written and run with `node:test`
77
+
- The command to run them is `npm test`.
78
+
- E2E tests that run against the devtools simulator, in [./cypress](./cypress), using [Cypress](https://cypress.io).
79
+
- The command to run Cypress tests is `npm run cy:run`
80
+
- The command to open the Cypress UI is `npm run cy:open`
81
+
-**Note** in order to run any Cypress tests, you'll need the simulator running (see [Running the Alpine.js devtools simulator](#running-the-alpinejs-devtools-simulator)).
0 commit comments