Skip to content

Commit bcc9788

Browse files
add development to readme
1 parent 195e779 commit bcc9788

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,15 @@ as you like in this plugins. The most important choices are:
4949
- Do you want to use authorisation?
5050
- This creates a login, password forgotten and invitation page
5151
- 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

Comments
 (0)