From ed18d44e190fea34bfe9bad260cf4cf16114e9d7 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Tue, 7 Nov 2017 17:12:32 +0100 Subject: [PATCH] update readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7bdc29cc..0aad8537 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,6 @@ npm run build # run unit tests npm run unit - -# run e2e tests -npm run e2e - -# run all tests -npm test ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).