[Vuejs]-Nuxt and electron – cannot get /

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

enter image description here

Leave a comment