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.
0 parents commit 4e11974Copy full SHA for 4e11974
README.md
@@ -0,0 +1,11 @@
1
+# vue-cli-plugin-extensionpoints
2
+
3
+This is a plugin for [Vue CLI](https://cli.vuejs.org) to add [Vue extensionpoints](https://github.com/nerdocs/vue-extensionpoints) to your app easily.
4
5
+Just install it with
6
7
+```bash
8
+vue add extensionpoints
9
+```
10
11
+The plugin adds the dependency to your application and modifies a few files (namely main.js, and creates a plugins directory).
0 commit comments