From 248a1bec1a7d4dcd64454800fa5b5131e5393dbe Mon Sep 17 00:00:00 2001 From: Jeffrey Duroyon Date: Mon, 13 Jan 2020 22:46:03 +0100 Subject: [PATCH] doc: add readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03538da --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# open-speechless + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Lints and fixes files +``` +npm run lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).