diff --git a/.vueserc b/.vueserc new file mode 100644 index 0000000..367f69e --- /dev/null +++ b/.vueserc @@ -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" : [] +} \ No newline at end of file