pencil-test

0.1.9 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pencil-test

Weekly Downloads

0

Version

0.1.9

License

ISC

Unpacked Size

3.49 MB

Total Files

60

Last publish

Collaborators

  • erick_2020