Skip to content

Commit 63446ff

Browse files
committed
refactor(readme): updated testing instructions
1 parent ec9c70a commit 63446ff

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,15 @@ as you like in this plugins. The most important choices are:
5454
To test/develop the kingscode scaffold you can locally invoke this plugin.
5555
create a test project (`vue create scaffold-tester`) just like above.
5656

57+
browse to the scaffold-tester folder, which was just created.
58+
59+
install vuetify
60+
61+
`vue add vuetify`
62+
5763
install the cli-plugin locally
5864

59-
`npm install path\to\local\vue-cli-plugin-kingscode-scaffold`
65+
`npm i path\to\local\vue-cli-plugin-kingscode-scaffold`
6066

6167
invoke the plugin
6268

0 commit comments

Comments
 (0)