From 81f9a098512f722c2386d5011864bbcd5a98d71b Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 8 Nov 2016 16:20:03 +0200 Subject: Update integrations-vuejs.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace “static stuff” with “static files” --- docs/integrations/integrations-vuejs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/integrations/integrations-vuejs.adoc b/docs/integrations/integrations-vuejs.adoc index 0177a17..edaef94 100644 --- a/docs/integrations/integrations-vuejs.adoc +++ b/docs/integrations/integrations-vuejs.adoc @@ -22,7 +22,7 @@ Vaadin Elements uses link:http://bower.io/[Bower] for package management. ---- . By default, Bower installs dependencies to the [filename]#bower_components# directory. -But if you are using Webpack or Vue CLI, it expects static stuff to be in the [filename]#static# directory. +But if you are using Webpack or Vue CLI, it expects static files to be in the [filename]#static# directory. Thus, create the [filename]#.bowerrc# file in the root directory, with the following content: + [source,json] -- cgit v1.2.3