From b2e2194acc05d063d2d217efc74c9362027bd0b4 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 19 Aug 2020 12:33:51 +0200 Subject: [PATCH] remove vue init readme --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 8f8b965..0000000 --- a/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# appreports - -## Project setup -``` -yarn install -``` - -### Compiles and hot-reloads for development -``` -yarn serve -``` - -### Compiles and minifies for production -``` -yarn build -``` - -### Lints and fixes files -``` -yarn lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).