vuejs-mail-app icon indicating copy to clipboard operation
vuejs-mail-app copied to clipboard

Contains the code for the second example application from the Vue.js: From Beginner to Professional course.

Vue.js Mail Example Application

This repository contains the code for the second example application from the Vue.js: From Beginner to Professional course.

Getting up and Running

# Install the dependencies
npm install

# Serve with hot reload at http://localhost:8080
npm run dev

# Build for production with minification
npm run build