Posts Tagged: npm

Building and deploying the NuxtJS application

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

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

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

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

Tweet