https://github.com/aelbore/vue-profile-custom-element
VueJS profile info card using custom element input
https://github.com/aelbore/vue-profile-custom-element
card css custom-elements html javascript profile vue vue-cli vuejs web-components webpack
Last synced: 2 months ago
JSON representation
VueJS profile info card using custom element input
- Host: GitHub
- URL: https://github.com/aelbore/vue-profile-custom-element
- Owner: aelbore
- Created: 2018-10-22T14:13:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T13:03:39.000Z (over 7 years ago)
- Last Synced: 2026-01-03T17:15:01.571Z (6 months ago)
- Topics: card, css, custom-elements, html, javascript, profile, vue, vue-cli, vuejs, web-components, webpack
- Language: Vue
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-profile-custom-element
VueJS profile info card using custom element input
## Getting Started
* Clone repository
```
git clone https://github.com/aelbore/vue-profile-custom-element.git
```
* Install dependencies
```
npm install
```
* Start the Application
```
npm start
```
