We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9c70a commit 63446ffCopy full SHA for 63446ff
1 file changed
README.md
@@ -54,9 +54,15 @@ as you like in this plugins. The most important choices are:
54
To test/develop the kingscode scaffold you can locally invoke this plugin.
55
create a test project (`vue create scaffold-tester`) just like above.
56
57
+browse to the scaffold-tester folder, which was just created.
58
+
59
+install vuetify
60
61
+`vue add vuetify`
62
63
install the cli-plugin locally
64
-`npm install path\to\local\vue-cli-plugin-kingscode-scaffold`
65
+`npm i path\to\local\vue-cli-plugin-kingscode-scaffold`
66
67
invoke the plugin
68
0 commit comments