An open API service indexing awesome lists of open source software.

https://github.com/codingexplained/vuejs-mail-app

Contains the code for the second example application from the Vue.js: From Beginner to Professional course.
https://github.com/codingexplained/vuejs-mail-app

javascript vue vue2 vuejs vuejs2

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

          

# Vue.js Mail Example Application

This repository contains the code for the second example application from the [Vue.js: From Beginner to Professional course](https://l.codingexplained.com/r/vuejs-course?src=github).

## Getting up and Running

``` bash
# Install the dependencies
npm install

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

# Build for production with minification
npm run build
```