0👍
This is what I did and had no problems
1) create a folder called template
D:\Coding\template
2) Download electron-template-master.zip from github – https://github.com/nuxt-community/electron-template
3) Copy contents of ZIP (template folder, LICENSE, META, Readme) to D:\coding\template
4) mkdir projects
D:\Coding\projects
5) cd projects
6) npm install vue-cli
7) vue init D:\Coding\template project
8) cd project
9) npm install
10) npm run build
- [Vuejs]-How to import the file that suffix is ‘.scss’ into a sub component of Vue project?
- [Vuejs]-V-show on v-for creates unwanted return transition
Source:stackexchange.com