https://github.com/hackafro/vue-editor
https://github.com/hackafro/vue-editor
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackafro/vue-editor
- Owner: HackAfro
- Created: 2019-04-25T15:09:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T15:36:14.000Z (about 7 years ago)
- Last Synced: 2025-06-05T07:10:43.195Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-editor
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).