Readme
This commit is contained in:
parent
58d2b0a632
commit
eb268663d9
@ -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
|
||||||
},
|
},
|
||||||
|
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user