Skip to content

luban-h5/vue-cli-plugin-lbhc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-cli-plugin-lbhc

vue-cli-plugin-luban-h5-component

安装

使用preset自动安装插件

vue create --preset luban-h5/vue-cli-plugin-lbhc my-luban-component-demo

目录结构

mini-editor 模拟鲁班H5的核心编辑器功能
component   你要编写组件的目录
  index.js  组件入口
  editor.js 组件的编辑面板配置

开发流程

vue create --preset luban-h5/vue-cli-plugin-lbhc lbc-demo
cd lbc-demo
yarn serve

# 构建、发布个人组件
yarn build
npm login
npm publish


# 构建发布 scope 组件
yarn build
npm login
npm publish --access publish

About

A Vue CLI 3 Plugin for Developing Luban-H5 Component Quickly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published