imengyu / vue-code-layout

Vue 仿 VSCode 布局组件 A Vue editor layout component that like VSCode and can be used to develop web editors.
https://docs.imengyu.top/vue-code-layout-docs/
MIT License
30 stars 4 forks source link
ant-design arco-design code electron element-plus element-ui js layout layouts ui ui-components vscode vue vue3 vue3-typescript vuejs windows

vue-code-layout

A Vue editor layout component that like VSCode and can be used to develop web editors.

screenshot


English | 中文

Features

Install

npm install -save vue-code-layout

Import in main.ts:

import 'vue-code-layout/lib/vue-code-layout.css'
import VueCodeLayout from 'vue-code-layout'

createApp(App)
  .use(VueCodeLayout)  

For detailed usage, please refer to the documentation.

Documentation

Documentation

Demo

Develop

git clone git@github.com:imengyu/vue-code-layout.git
cd vue-code-layout
npm install
npm run dev        # Development serve project
npm run build-demo # Build example project
npm run build-lib  # Build library project

Problem

Open source projects require everyone's support to get better and better.

If you encounter any problems, you can submit an issue and I will do my best to solve it for you.

If you have any good modifications, welecome submit a PR!

AD: Author's other project

License

MIT