Converting the Todo Vue CLI app to plain HTML/JavaScript/CSS version
	Posted by Lemeechi on 2019-06-02 21:16:40 in Discovery Vue Journal (579 views) 
					
					I next gave myself the task of converting the Vue CLI Todo List app from the Traversy course to a plain HTML/JavaScript version, to see how it would go. The CLI version had 1 .html file, 2 .js files, 7 .vue files or components distributed across different directories, plus two external modules 
uuid and 
axios. At the end of the successful exercise, the non-CLI version had just three files, for the HTML, JavaScript and CSS.			
			
 Read More