From d1710e0e8d8b908dd8debd4925e7f803a5d0a95e Mon Sep 17 00:00:00 2001 From: Ramaguru Radhakrishnan <r_ramaguru@cb.amrita.edu> Date: Mon, 14 Feb 2022 10:28:50 +0530 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dead1e7..89925ae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # WAMPAC-UI -WAMPAC-UI \ No newline at end of file +## 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/). -- GitLab