From eb268663d99c07909e564316b066ecade7e626d9 Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Wed, 10 Jul 2019 09:23:48 -0400 Subject: [PATCH] Readme --- .eslintrc.js | 1 - README.md | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 57cf226..e174891 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,6 @@ module.exports = { Vue: true, Vuex: true, VueRouter: true, - httpVueLoader: true, store: true, router: true }, diff --git a/README.md b/README.md index fa2e8d4..61cf928 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ NW.js + Vue-CLI 3 example ![A screenshot of the default app running on Windows](screenshot.png) -* Vue +* NW.js +* Vue-CLI 3 +* Vue 2 * Vue-DevTools * Babel * ESLint * Jest -* Nightwatch (not working) ## Running Locally for development @@ -42,4 +43,6 @@ They take a long time. If you do `npm run build` expect it to take 10-30 minutes ### Customize configuration -See [Vue-CLI documentation](https://cli.vuejs.org/config). +Want Vue-Router? Vuex? Use the Vue-CLI to add them: + +* [Vue-CLI documentation](https://cli.vuejs.org/config).