From c7b0e7d12284a8045b057c1addaa3d701a1adf9f Mon Sep 17 00:00:00 2001 From: Bucky Maler Date: Sun, 19 Jul 2020 12:59:13 -0500 Subject: [PATCH] chore(core): nx plugin submission @nx-plus/vue (#3366) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index ed04e86e68..6c72db3e14 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -44,6 +44,11 @@ "description": "Nx plugin to run the e2e test on an existing dist folder", "url": "https://github.com/mauriziovitale/angular-plugins/tree/master/libs/lite-serve" }, + { + "name": "@nx-plus/vue", + "description": "Nx plugin adding first class support for Vue in your Nx workspace.", + "url": "https://github.com/ZachJW34/nx-plus/tree/master/libs/vue" + }, { "name": "@nx-plus/docusaurus", "description": "Nx plugin adding first class support for Docusaurus in your Nx workspace.",