Building and deploying the NuxtJS application
	Posted by Lemeechi on 2019-09-18 05:54:34 in Discovery Vue Journal (1152 views) 
					
					NuxtJS is a framework that speeds up Vue development. After working through the Traversy 
Nuxt JS Crash Course, I went on to explore building and deploying the production application.			
			
 Read More
						
		
	 
	
	A first introduction to NuxtJS
	Posted by Lemeechi on 2019-09-06 14:12:29 in Discovery Vue Journal (690 views) 
					
					NuxtJS is a framework that speeds up Vue development, including server-side rendering for Vue applications. My first formal look at NuxtJS was to work through a Traversy video titled 
Nuxt JS Crash Course where its features were summarized and a small application was constructed.			
			
 Read More
						
		
	 
	
	Building the Todo course application
	Posted by Lemeechi on 2019-05-29 13:35:00 in Discovery Vue Journal (582 views) 
					
					The Vue JS crash course by Traversy did not include the build process for the completed application, so I tried this out after the video ended. I first used the 
Vue Package Manager GUI for the build, then later 
npm run build, sorting out the app location issue when opened with the browser afterwards.			
			
 Read More
						
		
	 
	
	The Vue JS crash course by Traversy
	Posted by Lemeechi on 2019-05-23 15:16:03 in Discovery Vue Journal (1268 views) 
					
					I work through another introductory Vue course this time by popular YouTube author Brad Traversy, building a simple todo list. The Vue-Router and the Vue CLI 3 are introduced along with the 
Vue Package Manager, a browser-based GUI for managing applications.			
			
 Read More