Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 811 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 811 Bytes

quip-hello-vue

This is a port of the Quip jquery stub, using VueJS.

Important Information

Check out my Getting Started Guide for detailed information on what changes are made and important caveats.

Installation

git clone https://github.com/herrevilkitten/quip-hello-vue
cd quip-hello-vue
npm install

Instructions

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