scriptPilot / app-framework

Applications for any device with HTML, CSS and JavaScript - free and open source!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to update app framework from 1.20 to 3.0

iampcfox opened this issue · comments

commented

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