Giter Site home page Giter Site logo

common-vue's Introduction

@mfelibs/common-vue-cmnt

玲珑评论组件

demo(demo仍然走unpkg服务)

http://unpkg.smfe.sina.cn/@mfelibs/common-vue-cmnt/dist/demo/index.html

cmd 调用方式:

安装

yarn add  @mfelibs/common-vue-cmnt --save

通过 import 导入

import cmntList from "@mfelibs/common-vue-cmnt"

使用

可参考jsdoc

CHANGELOG

传送门

测试数据接口(如果还能访问的话)

世界杯圈子
cmntlist节点 一级评论 threaddict节点 二级评论

维护组件方式:

为规范化组件版本,请确保安装了commitizen,若未安装,使用以下命令安装:

npm install -g commitizen

当组件修改过后,使用以下指令更新:

npm run jsdoc // 更新jsdoc文档(如果有更新)
git add .  
git cz // 按提示选择feature 或者fix 或者doc 等等  
// *** (如果是需要发版的提交,依据需求,执行以下之一,更新CHANGELOG,如果不需要发版,略过npm version) ***
npm version patch -m 'commit message' //发小补丁
npm version minor -m 'commit message' //发中版本
npm version major -m 'commit message' //发大版本  
// *** ***
git push

common-vue's People

Contributors

eureka00zero avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.