@PacJ
Odd that you can't scroll down to see the link. It wasn't on the landing page, but if I just scrolled a bit I could navigate.
Regarding your local server question, I have updated the Readme doc with more dev instructions.
https://github.com/dexterlabora/meraki-tools-gas-vue-webpack
Basically, you are getting that message because you have not pulled in the packages for the project.
While in the project directory simply type yarn to pull everything in.
$ yarn
That being said, there will be a few more steps if you plan on using the dev version.
- install clasp (Google utility to push script files into their system)
- create an new Gsheet and attach a blank script, noting its Project ID
- update your .clasp.json file with the new scriptId
- run yarn deploy to push the app to Google.
- Now, in the Google Script editor, click on Run --> Run function --> onInstall
The "Meraki Tools" will appear directly in the toolbar of your Google Sheet.
Hope this helps. If you totally get stuck, there might be a way to forklift the built code as well.