summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2016-11-08 16:20:03 +0200
committerGitHub <noreply@github.com>2016-11-08 16:20:03 +0200
commit81f9a098512f722c2386d5011864bbcd5a98d71b (patch)
tree9695813869c36dcce49b0f856619bf8db33c7ffc
parentd4a10a0b1352ad326a18bbb39a7127299d568c12 (diff)
downloadvaadin-core-81f9a098512f722c2386d5011864bbcd5a98d71b.tar.gz
vaadin-core-81f9a098512f722c2386d5011864bbcd5a98d71b.zip
Update integrations-vuejs.adoc
Replace “static stuff” with “static files”
-rw-r--r--docs/integrations/integrations-vuejs.adoc2
1 files changed, 1 insertions, 1 deletions
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]