From 1755bd6f53fad2138ce54b44c82e45f61f4ae6dc Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Mon, 12 Jul 2021 22:09:12 +0100 Subject: [PATCH] wip #14 remove vuejs readme to reduce confusion --- front-end/README.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 front-end/README.md diff --git a/front-end/README.md b/front-end/README.md deleted file mode 100644 index daa2948..0000000 --- a/front-end/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# salon-booking-guru - -## Project setup -``` -yarn install -``` - -### Compiles and hot-reloads for development -``` -yarn serve -``` - -### Compiles and minifies for production -``` -yarn build -``` - -### Run your unit tests -``` -yarn test:unit -``` - -### Run your end-to-end tests -``` -yarn test:e2e -``` - -### Lints and fixes files -``` -yarn lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).