Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giscafer/sinokit
Vue.js 2.x 组件库、基础组件、业务组件、区块、模板(WIP)
https://github.com/giscafer/sinokit
docsify element lerna monorepo vue
Last synced: about 1 month ago
JSON representation
Vue.js 2.x 组件库、基础组件、业务组件、区块、模板(WIP)
- Host: GitHub
- URL: https://github.com/giscafer/sinokit
- Owner: giscafer
- License: mit
- Created: 2020-07-24T09:02:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T00:38:12.000Z (over 3 years ago)
- Last Synced: 2024-11-11T01:06:01.162Z (about 1 month ago)
- Topics: docsify, element, lerna, monorepo, vue
- Language: JavaScript
- Homepage: http://blog.giscafer.com/sinokit
- Size: 7.77 MB
- Stars: 30
- Watchers: 4
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sinokit
Vue.js 2.x 组件库、基础组件、业务组件、区块、模板
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![](https://img.shields.io/npm/v/@sinokit/components.svg?style=flat-square)](https://www.npmjs.com/package/@sinokit/components)
[![](https://img.shields.io/npm/l/@sinokit/components.svg?style=flat-square)](https://www.npmjs.com/package/@sinokit/components)
[![](https://img.shields.io/npm/dt/@sinokit/components.svg?style=flat-square)](https://www.npmjs.com/package/@sinokit/components)组件文档:http://blog.giscafer.com/sinokit
## Usage
### Install dependencies
```
lerna bootstrap
npm install
```### demo
```
npm run start
```### Docs
```
npm run docs
```### Build
```
npm run build
```## Contributing
- 欢迎 PR 一起共建
> 增加新特性或者组件时,先建个 issue 讨论确定,有效沟通后再编码
## Related
- [docsify-demo-codesandbox-vue](https://github.com/giscafer/docsify-demo-codesandbox-vue)
## Other
文档基于 [docsify](https://github.com/docsifyjs/docsify),模板样式参考 [ve-charts](https://github.com/vueblocks/ve-charts)
工程使用 [Lerna](https://lerna.js.org/) monorepo 管理,延伸了解:
- [lerna workflow 杂谈项目管理方式](https://github.com/pigcan/blog/issues/16)
- [使用 lerna 优雅地管理多个 package](https://zhuanlan.zhihu.com/p/35237759)
- [基于 Lerna 管理 packages 的 Monorepo 项目组织](http://www.redream.cn/2020/04/23/%E5%9F%BA%E4%BA%8E-lerna-%E7%AE%A1%E7%90%86-packages-%E7%9A%84-monorepo-%E9%A1%B9%E7%9B%AE%E7%BB%84%E7%BB%87/)## License
MIT