added vueserc config

This commit is contained in:
MarcZierle 2022-01-06 19:01:06 +01:00
parent b4099363fe
commit 4432643a7e

9
.vueserc Normal file
View File

@ -0,0 +1,9 @@
{
"_comment" : "See https://vuese.org/cli/ for info",
"_comment_serve" : "Serve via simple http server: python3 -m http.server 8000 --bind 127.0.0.1 -d docs",
"title" : "Sample Components in Vue",
"genType" : "docute",
"outDir" : "./docs",
"exclude" : []
}