summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-01-17 23:05:03 +0300
committerDerick Montague <derick.montague@ibm.com>2020-01-17 23:07:35 +0300
commitb935611638d871412c8582c0d9798e109ce4e06e (patch)
tree7a297f0ca6911625bb9ce077ab9864f098578e01 /README.md
parent828b40d47249954859d293b2fdb9df134fe84f20 (diff)
downloadwebui-vue-b935611638d871412c8582c0d9798e109ce4e06e.tar.xz
Update readme to include vue scripts
Change-Id: I208dbd050a3cc2c048e297723be0f3af77323fde Signed-off-by: Derick Montague <derick.montague@ibm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md
index 197827a6..87b1ce5c 100644
--- a/README.md
+++ b/README.md
@@ -30,3 +30,33 @@ review some code in
[Gerrit](https://gerrit.openbmc-project.xyz/q/project:openbmc%252Fwebui-vue+status:open),
or join us in the
[GUI design workgroup meeting](https://github.com/openbmc/openbmc/wiki/GUI-Design-work-group).
+
+### Project setup
+
+```
+npm install
+```
+
+#### Compiles and hot-reloads for development
+
+```
+npm run serve
+```
+
+#### Compiles and minifies for production
+
+```
+npm run build
+```
+
+#### Run your unit tests
+
+```
+npm run test:unit
+```
+
+#### Lints and fixes files
+
+```
+npm run lint
+```