sxkosone / checkers

Game of checkers
1 stars 0 forks source link

Add a VueJS layer & mock some functions #7

Closed ghost closed 6 years ago

ghost commented 6 years ago

This is going to be a fairly simple first part of the issue:

What I mean here is that I'll add a reference to the public VueJS library ( as seen in the tutorials here: https://laracasts.com/series/learn-vue-2-step-by-step )

For the second part of this issue I want to mock some custom functions in a JavaScript file. By this I mean to create the function names themselves, without making them work. Knowing which functions we will need ahead of time is part of good application planning and also lends itself to Test Driven Development (we'll want to have some tests in place as the complexity of the app grows - more on that in the future).

Here are some of the functions we'll need: