# vue组件文件编辑器vuep
**Repository Path**: woolen/vuep
## Basic Information
- **Project Name**: vue组件文件编辑器vuep
- **Description**: vue组件文件编辑器 编写后 同步实时查看效果。vuep-master
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-04-20
- **Last Updated**: 2021-04-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Vuep (vue playground)
[](https://travis-ci.org/QingWei-Li/vuep)
[](https://coveralls.io/github/QingWei-Li/vuep?branch=master)
[](https://www.npmjs.com/package/vuep)
> 🎡 A component for rendering Vue components with live editor and preview.

## Links
- Docs: https://cinwell.com/vuep/
- An online playgound: https://vuep.run
## Installation
### Yarn
```bash
yarn add vuep codemirror
# npm i vuep codemirror -S
```
### HTML tag
```html
```
## Quick start
**Need the full (compiler-included) build of Vue**
webpack config
```javascript
{
alias: {
'vue$': 'vue/dist/vue.common'
}
}
```
```javascript
import Vue from 'vue'
import Vuep from 'vuep'
import 'vuep/dist/vuep.css'
Vue.use(Vuep /*, { codemirror options } */)
// or Vue.component('Vuep', Vuep)
new Vue({
el: '#app',
created: function () {
this.code = `