https://github.com/yu0307/feironeditor
A medium editor in Vue
https://github.com/yu0307/feironeditor
Last synced: 2 months ago
JSON representation
A medium editor in Vue
- Host: GitHub
- URL: https://github.com/yu0307/feironeditor
- Owner: yu0307
- License: apache-2.0
- Created: 2020-02-24T22:19:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:19:45.000Z (about 3 years ago)
- Last Synced: 2025-03-16T03:42:17.705Z (10 months ago)
- Language: JavaScript
- Size: 3.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# editor
## 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/).