Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wahawaher/vue-widget-common-template
Vue Widget Common Template
https://github.com/wahawaher/vue-widget-common-template
custom-elements template vue widget
Last synced: about 12 hours ago
JSON representation
Vue Widget Common Template
- Host: GitHub
- URL: https://github.com/wahawaher/vue-widget-common-template
- Owner: WahaWaher
- Created: 2019-10-30T11:14:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:47:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T07:52:16.690Z (over 1 year ago)
- Topics: custom-elements, template, vue, widget
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vue Widget Common Template 1.0.0
-------
## Get started:
```sh
git clone https://github.com/WahaWaher/vue-widget-common-template.git
cd vue-widget-common-template
npm i# Start development
npm run dev
# Build production
npm run build
```