From 6b7744a16c7bf321fb2874b54d49e3b954f618fa Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 21 Apr 2020 21:04:33 -0400 Subject: init --- iridescence/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 iridescence/README.md (limited to 'iridescence/README.md') diff --git a/iridescence/README.md b/iridescence/README.md new file mode 100644 index 0000000..6304dfc --- /dev/null +++ b/iridescence/README.md @@ -0,0 +1,24 @@ +# iridescence + +## 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/). -- cgit v1.2.3