This commit is contained in:
The Jared Wilcurt 2019-07-10 09:23:48 -04:00
parent 58d2b0a632
commit eb268663d9
2 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,6 @@ module.exports = {
Vue: true, Vue: true,
Vuex: true, Vuex: true,
VueRouter: true, VueRouter: true,
httpVueLoader: true,
store: true, store: true,
router: true router: true
}, },

View File

@ -4,12 +4,13 @@ NW.js + Vue-CLI 3 example
![A screenshot of the default app running on Windows](screenshot.png) ![A screenshot of the default app running on Windows](screenshot.png)
* Vue * NW.js
* Vue-CLI 3
* Vue 2
* Vue-DevTools * Vue-DevTools
* Babel * Babel
* ESLint * ESLint
* Jest * Jest
* Nightwatch (not working)
## Running Locally for development ## 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 ### 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).