Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alajfit/vue-run
:green_heart: Run Vue Single File Components from the CLI
https://github.com/alajfit/vue-run
single-file-component vue vue-single-file-component vuejs2
Last synced: 21 days ago
JSON representation
:green_heart: Run Vue Single File Components from the CLI
- Host: GitHub
- URL: https://github.com/alajfit/vue-run
- Owner: alajfit
- License: mit
- Created: 2018-07-07T17:42:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T22:31:26.000Z (over 6 years ago)
- Last Synced: 2024-04-26T04:04:05.731Z (9 months ago)
- Topics: single-file-component, vue, vue-single-file-component, vuejs2
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-run
Run Vue Single File Components from the CLI[![npm](https://img.shields.io/npm/v/vue-run.svg) ![npm](https://img.shields.io/npm/dm/vue-run.svg)](https://www.npmjs.com/package/vue-run)
![Vue 2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)> Currently a WIP, star us and key an eye out / This is meant for Presentational components only
## Install
```
npm install vue-run -g
```## Usage
- When within a directory with a Single File Component```
vsr
```## Features
- Run Single File Component from a directory
- Add props on the fly to a running component## Feedback
- Please raise any issues you find
- This is still a work in progress and I'll update as and when I have free time
If I've helped you out in any way why not: :blush:
---
## License
[MIT](http://opensource.org/licenses/MIT)