0.1.11 • Published 1 year ago
vue-component-template-xxx v0.1.11
vue-component-template
设置
package.json
修改name为你的组件名字
{
"name": "组件名字"
}组件运行
npm install
npm run dev组件打包发布
npm run build
npm publishdemo
npm run demo:dev修改name为你的组件名字
{
"name": "组件名字"
}npm install
npm run devnpm run build
npm publishnpm run demo:dev