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.
- Host: GitHub
- URL: https://github.com/codingexplained/vuejs-mail-app
- Owner: codingexplained
- Created: 2017-07-12T10:14:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T10:51:16.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T03:35:17.306Z (11 months ago)
- Topics: javascript, vue, vue2, vuejs, vuejs2
- Language: Vue
- Homepage: https://l.codingexplained.com/r/vuejs-course?src=github
- Size: 28.3 KB
- Stars: 18
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```