https://github.com/oxoyo/x-page-editor-vue
基于 Vue 的可视化布局编辑器插件。A Visual layout editor plugin based on vue.
https://github.com/oxoyo/x-page-editor-vue
form-editor form-editor-vue
Last synced: about 1 year ago
JSON representation
基于 Vue 的可视化布局编辑器插件。A Visual layout editor plugin based on vue.
- Host: GitHub
- URL: https://github.com/oxoyo/x-page-editor-vue
- Owner: OXOYO
- License: mit
- Created: 2018-03-21T08:16:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:49:44.000Z (over 3 years ago)
- Last Synced: 2025-03-31T12:03:25.853Z (about 1 year ago)
- Topics: form-editor, form-editor-vue
- Language: Vue
- Homepage: http://oxoyo.co/X-Page-Editor-Vue/
- Size: 2.62 MB
- Stars: 471
- Watchers: 27
- Forks: 144
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X-Page-Editor
> A page editor plugin based on vue.
## Example
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
```
## Preview
[Demo](https://oxoyo.github.io/X-Page-Editor-Vue/)


## Use
```bash
```
## TODO
- [x] 实现FormEditor基础骨架
- [x] 完善配置,支持自定义基础组件
- [x] 统一命名规范
- [x] 更名为X-Page-Editor
- [ ] 完善基础组件
- [ ] 完善example
- [ ] npm 发布
## License
[MIT](http://opensource.org/licenses/MIT)