Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should be fine running the styleguide with just npm. However Vue CLI (requir
If you have npm and Node.js installed, install Vue CLI 3

```
npm install -g @vue/cli 3.12.1)
npm install -g @vue/cli@3.12.1
```

### Install dependencies
Expand All @@ -38,4 +38,4 @@ If you are publishing a new version, remember to up the version number.

1. Import and register your components globally in `./src/index.js`
2. Build as library `npm run build`
3. Publish to npm `npm publish`
3. Publish to npm `npm publish`