/vue-componet-template

vue组件开发的模板

Primary LanguageJavaScript

vue-component-template

a template of vue component

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

开发步骤

更改组件名字

搜索有所的MyComponent关键字,替换成组件的真实名称; 接下来根据组件的要求开发即可。

检查仓库地址

nrm ls

发布

npm build

发布组件

npm publish