Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 230 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 230 Bytes

ParseJS-VueJS

Example repo for how to get data binding for VueJS using Parse JS, by subclassing Parse Objects.

  1. Install VueJS CLI:

npm install -g @vue/cli

  1. Install npm packages

npm install

  1. Serve

npm run serve