Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blryli/vue-component-template

vue2组件模板
https://github.com/blryli/vue-component-template

component eslint gihub-actions gihub-pages rollup template vue vuejs2

Last synced: about 6 hours ago
JSON representation

vue2组件模板

Awesome Lists containing this project

README

        

# vue-component-template

## 设置

### package.json

修改name为你的组件名字

```json
{
"name": "组件名字"
}
```

### 组件运行

```js
npm install
npm run dev
```

### 组件打包发布

```js
npm run build
npm publish
```

### demo

```js
npm run demo:dev
```