Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-chris/ving
Use vue with wing!
https://github.com/l-chris/ving
framework vue
Last synced: about 2 months ago
JSON representation
Use vue with wing!
- Host: GitHub
- URL: https://github.com/l-chris/ving
- Owner: L-Chris
- License: mit
- Created: 2018-09-18T12:56:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T14:58:04.000Z (over 6 years ago)
- Last Synced: 2024-10-07T04:21:34.602Z (3 months ago)
- Topics: framework, vue
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ving
Use Vue with wing!
Your star is the greatest encouragement to me.
## ✨ Features:
- flexible plugins system
- auto import modules
- webpack4## 🔧 Installation
### NPM
```bash
npm install ving --save
```
### YARN```bash
yarn add ving
```## 📦 Usage
```js
ving( dev) // run app
ving build // build app
```