We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195e779 commit bcc9788Copy full SHA for bcc9788
README.md
@@ -49,3 +49,15 @@ as you like in this plugins. The most important choices are:
49
- Do you want to use authorisation?
50
- This creates a login, password forgotten and invitation page
51
- You'll get follow up questions about the Oauth settings from the API
52
+
53
+### Development
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
+install the cli-plugin locally
58
59
+`npm install path\to\local\vue-cli-plugin-kingscode-scaffold`
60
61
+invoke the plugin
62
63
+`vue invoke kingscode-scaffold`
0 commit comments