Migrating VueJS apps from WF

locations:

on webfaction:

cdloc  ==> src:      /home/wendell/vue_mdb/locator/src
????       running:  /home/wendell/webapps/cherry/vue_go

on opal:

cdloc  ==>  src:      /home/wendell/src/from_wf/locator
cd???  ==>  running:  /home/wendell/apps/angela/vue_go

changeover edits

    vim vue.config.js
    vim .env

and then (once?):

    npm install
    npm install -g npm    # with ERRORS about permissions

lots of complaints on permissions on that update

build

    $ npm run-script build

it seems to have installed into apps/angela/vue_go