This is a port of the Quip jquery stub, using VueJS.
Check out my Getting Started Guide for detailed information on what changes are made and important caveats.
git clone https://github.com/herrevilkitten/quip-hello-vue
cd quip-hello-vue
npm install
For the most part, all of the deployment instructions from the Quip Live App Developer Guide will also apply to this repository.
To run the development server, use the command
npm run start
To build a deployable application, use the command
npm run build