keynote presentation on Vue.js and a sample webpage

package-lock.json 304B

123456789101112
  1. {
  2. "requires": true,
  3. "lockfileVersion": 1,
  4. "dependencies": {
  5. "vue": {
  6. "version": "2.5.16",
  7. "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.16.tgz",
  8. "integrity": "sha512-/ffmsiVuPC8PsWcFkZngdpas19ABm5mh2wA7iDqcltyCTwlgZjHGeJYOXkBMo422iPwIcviOtrTCUpSfXmToLQ=="
  9. }
  10. }
  11. }