New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pencil-test

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pencil-test

- 这是一个手绘风格的 ui 框架。 - 本 UI 框架是基于 Vue 2 实现的。 - 使用了重构、设计模式、单向数据流等技术概念。 - 注意:本 UI 框架的代码尚未完全完工,请不要在生产环境中使用本 UI 框架,欢迎讨论交流,如果你觉得还不错,请 Star。

latest
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

pencil-vue 官网

pencil-vue

  • 这是一个手绘风格的 ui 框架。
  • 本 UI 框架是基于 Vue 2 实现的。
  • 使用了重构、设计模式、单向数据流等技术概念。
  • 注意:本 UI 框架的代码尚未完全完工,请不要在生产环境中使用本 UI 框架,欢迎讨论交流,如果你觉得还不错,请 Star。

安装

npm i pencil-vue -S

使用

import Vue from "vue";
import { button } from "pencil-vue";
import "pencil-vue/dist/index.css";

new Vue({
  el: "#app",
  components: {
    "pc-button": Button
  }
});

demo

test

FAQs

Package last updated on 02 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts