scriptPilot / app-framework

Applications for any device with HTML, CSS and JavaScript - free and open source!
MIT License
653 stars 143 forks source link

how to update app framework from 1.20 to 3.0 #902

Closed iampcfox closed 5 years ago

iampcfox commented 5 years ago

It cause a problem when I do this: npm install app-framework@latest,

I cancel eslint test.

then, the const relAppPath in update-main-file.js was wrong,like this:

before: const relAppPath = path.relative(path.cache(), path.app()) Snipaste_2019-04-11_13-10-38

I modify: const relAppPath = path.relative(path.cache(), path.app()).replace(/\\/g,'\/') Snipaste_2019-04-11_13-10-46

while open browser at localhost:1234, there is nothing.

and chrome console print "[vue warn]", login-popup can't be found in app.vue