Skip to content

Commit dc16316

Browse files
committed
docs: Update README.md
1 parent 14a34b8 commit dc16316

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,21 @@ Vue is similar to React, but many including myself believe that Vue is easier to
6262
See my [Resources](https://michaelcurrin.github.io/dev-resources/resources/javascript/packages/vue/) page to learn more about Vue.
6363

6464

65-
6665
## Developer notes
6766

68-
Browse builds available:
67+
### Formatting
68+
69+
There is no `package.json` or use of Prettier.
70+
71+
But you can run Prettier ad hoc like this to format the JS file, assuming you have Node installed.
72+
73+
```sh
74+
$ npx prettier -w main.js
75+
```
76+
77+
### Vue
78+
79+
Browse builds available from Unpkg CDN:
6980

7081
- https://unpkg.com/browse/vue@3.0.7/dist/
7182

0 commit comments

Comments
 (0)