Vue组件模板 设定 package.json 修改名称为你的组件名字 { " name " : "组件名字" } 组件运行 npm install npm run dev 组件打包发布 npm run build npm publish 演示 npm run demo: dev