From 84ddb47e254bd894dd1820c66952ecca3ea22af4 Mon Sep 17 00:00:00 2001 From: Damon Muma Date: Thu, 27 Feb 2020 11:09:34 -0500 Subject: [PATCH] Added message about vue cli There are a number of closed issues saying that it's weird to attempt to use this repo for custom things because it is meant to be used by vue-cli. In that case it should probably state that in the project documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a58a5..aeb311f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @vue/web-component-wrapper [![CircleCI](https://circleci.com/gh/vuejs/vue-web-component-wrapper.svg?style=shield)](https://circleci.com/gh/vuejs/vue-web-component-wrapper) -> Wrap and register a Vue component as a custom element. +> Wrap and register a Vue component as a custom element. This project is intended for internal use by the [Vue CLI](https://github.com/vuejs/vue-cli) ## Compatibility