vue-component 设置 package.json 修改name为你的组件名字 { "name": "组件名字" } 组件运行 yarn install yarn dev 组件打包发布 yarn build yarn publish demo yarn demo:dev