better-editor-mobile
v0.0.5
Published
支持本地图片、视频上传的移动端富文本编辑器
Maintainers
Readme
English | 简体中文
Introduction
better-editor-mobile This is a useful, handy tool. Based on Vue.js and use the UI Toolkit. I believe whatever your needs are, this project will help you.
This is a useful, handy tool for referencing in the vue project.
- tool: Vue.js
Preparation
You need to install node and git locally. The project is based on ES2015+、vue、vuex、vue-router 和 element-ui. All data requests for this project are simulated using Mock.js. It would be helpful if you have pre-existing knowledge on those.
This project is not a scaffolding and is more of an integrated solution.
Getting started
# install dependency
npm install better-editor-mobile --save
# develop
npm run dev