https://github.com/phptuts/vue-svelte-webcomponent-yt
https://github.com/phptuts/vue-svelte-webcomponent-yt
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phptuts/vue-svelte-webcomponent-yt
- Owner: phptuts
- Created: 2021-01-03T00:10:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T00:19:32.000Z (over 5 years ago)
- Last Synced: 2025-01-23T01:26:51.127Z (over 1 year ago)
- Language: Vue
- Size: 329 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ex
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).