From 28aec769e28ea320b1ccd6a018a5cdd9d721446c Mon Sep 17 00:00:00 2001 From: Noah Klayman Date: Mon, 23 Jul 2018 18:40:51 -0700 Subject: [PATCH 1/2] update vcp-electron-builder install guide --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 37a0a3f3..b6860151 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ If you haven't yet installed vue-cli 3, first follow the install instructions he **Tip**: If you don't want to overwrite your current vue-cli because you still need `vue init`, [then try this](https://github.com/vuejs/vue-cli/blob/dev/docs/cli.md#pulling-vue-cli2x-templates-legacy). Generate a project using vue-cli 3.0 + ``` vue create my-app ``` @@ -16,6 +17,7 @@ vue create my-app Before installing the vuetify plugin, make sure to commit or stash your changes in case you need to revert To install the vuetify plugin... + ``` cd my-app vue add vuetify @@ -33,17 +35,15 @@ Here are some extra steps for setting up the old templates but using plugins fro # preset: default (babel, eslint) vue add nuxt-starter-template - ``` Todo - Add vuetify Nuxt starter template - ### Electron -Just add [vue-cli-plugin-electron-builder](https://www.npmjs.com/package/vue-cli-plugin-electron-builder) +Just add [vue-cli-plugin-electron-builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/) ``` vue add electron-builder @@ -51,20 +51,10 @@ vue add vuetify yarn serve:electron ``` -Gotcha - -- If you add vuetify before electron-builder, electron-builder will overwrite Vuetify's App.vue and HelloWorld.vue - -Todo - -- material icons aren't properly included - ### PWA If you already made a project with the PWA option selected, then just adding like above should do it. - ### Cordova Follow the instructions detailed in this plugin https://www.npmjs.com/package/vue-cli-plugin-cordova - From 096644b86df77fcc386a1e192db39659f3e23746 Mon Sep 17 00:00:00 2001 From: Noah Klayman Date: Mon, 23 Jul 2018 18:42:11 -0700 Subject: [PATCH 2/2] fix formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6860151..3f8a9b08 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ If you haven't yet installed vue-cli 3, first follow the install instructions he **Tip**: If you don't want to overwrite your current vue-cli because you still need `vue init`, [then try this](https://github.com/vuejs/vue-cli/blob/dev/docs/cli.md#pulling-vue-cli2x-templates-legacy). Generate a project using vue-cli 3.0 - ``` vue create my-app ``` @@ -17,7 +16,6 @@ vue create my-app Before installing the vuetify plugin, make sure to commit or stash your changes in case you need to revert To install the vuetify plugin... - ``` cd my-app vue add vuetify @@ -35,12 +33,14 @@ Here are some extra steps for setting up the old templates but using plugins fro # preset: default (babel, eslint) vue add nuxt-starter-template + ``` Todo - Add vuetify Nuxt starter template + ### Electron Just add [vue-cli-plugin-electron-builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/) @@ -55,6 +55,8 @@ yarn serve:electron If you already made a project with the PWA option selected, then just adding like above should do it. + ### Cordova Follow the instructions detailed in this plugin https://www.npmjs.com/package/vue-cli-plugin-cordova +