summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87b1ce5c..2f4cf0fd 100644
--- a/README.md
+++ b/README.md
@@ -60,3 +60,18 @@ npm run test:unit
```
npm run lint
```
+
+### Customize configuration
+
+See [Configuration Reference](https://cli.vuejs.org/config/).
+
+## Documentation
+The documentation for coding standards and components is located in the `docs` directory. It is created using the [VuePress](https://vuepress.vuejs.org/) static site generator. Information about how to write documentation can be found on the [VuePress website](https://vuepress.vuejs.org/).
+
+### Development
+1. `Run npm docs:dev`
+1. Open browser and go to `http://localost:8080/`
+
+### Deployment
+1. Merge any pull requests
+1. Run `./depoly-docs.sh` \ No newline at end of file