Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maoberlehner/building-a-date-input-component-with-vue
This is an example project for the following article: https://markus.oberlehner.net/blog/building-a-date-input-component-with-vue/
https://github.com/maoberlehner/building-a-date-input-component-with-vue
Last synced: 16 days ago
JSON representation
This is an example project for the following article: https://markus.oberlehner.net/blog/building-a-date-input-component-with-vue/
- Host: GitHub
- URL: https://github.com/maoberlehner/building-a-date-input-component-with-vue
- Owner: maoberlehner
- Created: 2018-04-15T08:26:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T08:26:30.000Z (over 6 years ago)
- Last Synced: 2024-10-11T15:45:55.256Z (about 1 month ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a Date Input Component with Vue.js
[![Patreon](https://img.shields.io/badge/patreon-donate-blue.svg)](https://www.patreon.com/maoberlehner)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/maoberlehner)This is an example project for the following article: [Building a Date Input Component with Vue.js](https://markus.oberlehner.net/blog/building-a-date-input-component-with-vue/)
## Build Setup
``` bash
# Install dependencies.
npm install# Serve with hot reload.
npm start# Build for production with minification.
npm run build# Serve production build.
npm run serve:production
```## About
### Author
Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner
Patreon: https://www.patreon.com/maoberlehner### License
MIT