项目作者: palashmon

项目描述 :
Learning vuejs basics by building a events bulletin board application
高级语言: JavaScript
项目地址: git://github.com/palashmon/vuejs-events-app.git
创建时间: 2017-04-06T15:18:40Z
项目社区:https://github.com/palashmon/vuejs-events-app

开源协议:

下载


vuejs-events-app

Learning vuejs basics by building a events bulletin board application

Following logics have been added so far:

  • Creating a Vue Instance
  • When the application loads, we want to call the method that initializes some data
  • Initially we will do this using array of objects, just to get started.
  • Add an event to the existing events array
  • Delete an event from events array based on index
  • To do list

Thanks!