Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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组件模板
- Host: GitHub
- URL: https://github.com/blryli/vue-component-template
- Owner: blryli
- Created: 2019-11-29T11:51:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T10:08:11.000Z (over 1 year ago)
- Last Synced: 2024-11-01T22:16:25.633Z (14 days ago)
- Topics: component, eslint, gihub-actions, gihub-pages, rollup, template, vue, vuejs2
- Language: JavaScript
- Homepage: https://blryli.github.io/vue-component-template/
- Size: 3.14 MB
- Stars: 19
- Watchers: 2
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```