Skip to content
Snippets Groups Projects
Commit af8dca4a authored by Will Billingsley's avatar Will Billingsley
Browse files

Update README.md

parent 077aed8a
Branches
No related tags found
No related merge requests found
# Tutorial 4
For this tutorial, we're going to introduce Webpack and Vue.js
For this tutorial, we're going to introduce Webpack
And, yes, we're still working with Conway's Game of Life.
......@@ -165,6 +165,12 @@ Open a terminal in the `tutorial-conway-life-t3` directory.
All going well, if you rebuild the code and then refresh the browser, Life is now working using TypeScript modules and webpack.
### Vue.js
### Vue, React, Angular?
The second part is set as a challenge. Above the d3-rendered game of life, add some controls using Vue.js that will allow you to alter the board's dimensions (resetting the game) and that will allow you to start and stop a tick-timer moving the game forward automatically.
\ No newline at end of file
Next week, the tutorial solution will be aroudn a challenge: above the d3-rendered
game of life, add some controls using your preferred client-side framework that
will allow you to alter the board's dimensions (resetting the game) and that
will allow you to start and stop a tick-timer moving the game forward automatically.
But for the moment, you have videos to critique, and should get started writing
the TypeScript model of your own app.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment