Can a global object be used instead of Vuex and props?
	Posted by Lemeechi on 2019-08-25 17:00:38 in Discovery Vue Journal (580 views) 
					
					While pondering the idea of using a separate library like Vuex to manage shared data in Vue components, I experimented to see if a global object would not serve the purpose. I found that yes, a global object could be used in Vue components, with some provisions...			
			
 Read More
						
		
	 
	
	Enhancing the plain HTML Todo app
	Posted by Lemeechi on 2019-06-07 11:09:24 in Discovery Vue Journal (510 views) 
					
					The next assignment I set for myself was to enhance the Todo app, working with my plain HTML/JavaScript version: Implementing a Data Source dropdown, saving the value as a cookie, using an 
SQLite database, expanding the 
About page, etc. This has been accomplished between April 28 and today, May 5...			
			
 Read More