npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cj-v-node

v1.4.3

Published

TaskNode Plugin! cj-v-node is a Vue based task node mapping plug-in

Downloads

1

Readme

cj-v-node

在线Demo https://codesandbox.io/embed/5vvpyj792x?fontsize=14

cj-v-node 是一个基于 vue-task-node 二次加工后专门用于数据加工采集平台的工具, 原作者邮箱:>✉:[email protected]

一、安装

npm install cj-v-node -S

二、引入

import Vue from 'vue'
import App from './App'
import Vuex from 'vuex'
import {TaskNode, TaskNodeStore} from 'cj-v-node'
import 'cj-v-node/dist/css/vnode.css'
Vue.config.productionTip = false

Vue.use(TaskNode)
Vue.use(Vuex)

const store = new Vuex.Store({
  modules: {
    TaskNodeStore
  }
})

new Vue({
  el: '#app',
  store,
  components: { App },
  template: '<App/>'
})

三、教程

起源:mml机器学习平台http://vidanao.com/ml/#/

http://vidanao.com/ 1

四、版本

版本 | 说明 | 更新时间 |是否支持拖拽 | 是否支持节点连线 ---|---|---|---|--- 1.0.0 | 开端,根据数据绘制任务节点 | 2019年1月16日 | 否 | 否 1.0.1 | 修改代码规范Eslin | 2019年1月17日 | 否 | 否 1.0.2 | 调试入口文件 | 2019年1月17日 | 否 | 否 1.0.3 | npm下载包错误修改 | 2019年1月17日 | 否 | 否 1.0.4 | 添加鼠标右击后返回右击的node数据 | 2019年1月18日 | 否 | 否 1.0.x | 优化配置文件 | 2019年1月x日 | 否 | 否

| # | # | # |

1.1.0 | 代码结构调整,组件重新封装,样式使用less写 | 2019年2月28日 | 是 | 否 1.1.1 | 解决dist文件无法上传问题 | 2019年2月28日 | 是 | 否 1.1.2 | 解决dist文件无法上传问题 | 2019年2月28日 | 是 | 否 1.1.3 | 解决index.js找不到组件问题 | 2019年2月28日 | 是 | 否 1.1.4 | 解决index.js找不到组件问题 | 2019年2月28日 | 是 | 否 1.1.5 | 调整工作区样式问题 | 2019年3月1日 | 是 | 否 1.1.6 | 调整节点的事件传递 | 2019年3月1日 | 是 | 否 1.1.x | 优化样式,及配置文件 | 2019年3月x日 | 是 | 否

| # | # | # |

1.2.0 | 新增节点连线 | 2019年5月12日 | 是 | 是 1.2.1 | 新增路径鼠标事件 | 2019年5月23日 | 是 | 是 1.2.2 | 修改混入方式 | 2019年5月23日 | 是 | 是

| # | # | # |

1.3.0 | 工作区外拖拽节点到工作区内 | 2019年6月23日 | 是 | 是 1.3.3 | 添加全局配置 | 2019年6月28日 | 是 | 是 1.3.4 | 工作区缩放 | 2019年7月8日 | 是 | 是 1.3.5 | 新增ModelTree组件 | 2019年7月19日 | 是 | 是 1.3.6 | 解决1.3.5样式问题 | 2019年7月20日 | 是 | 是 1.3.7 | 节点移除工作区问题 | 2019年7月23日 | 是 | 是 1.3.8 | 更新配置 | 2019年7月23日 | 是 | 是