Skip to content

Commit

Permalink
fix(#3808): minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Dec 26, 2023
1 parent cb2c2da commit b76bb87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default definePageConfig({

block.subtitle("Vue CLI installation"),
block.paragraph("If you have app based on Vue CLI this is a way to install Vuestic UI. Works fine with vite or webpack. Prefer `create-vuestic` for new projects"),
block.alert("Installing Vuestic UI via the plugin would modify your `package.json` and `main.(js`|`ts)` files, so make sure you’ve committed your code before proceeding to avoid data loss.", "warning"),
block.alert("Installing Vuestic UI via the plugin would modify your `package.json` and `main.(js|ts)` files, so make sure you’ve committed your code before proceeding to avoid data loss.", "warning"),
block.paragraph("First, make sure you've got [Vue CLI](https://cli.vuejs.org/guide/installation.html)[[target=_blank]] installed globally:"),
block.code("cli", "bash"),
block.paragraph("Notice also that the minimum supported version of Vue CLI is v4.0.0. In case you've got an older version installed, please, consider [upgrading](https://cli.vuejs.org/migrating-from-v3/#migrating-from-v3)[[target=_blank]] it."),
Expand Down

0 comments on commit b76bb87

Please sign in to comment.