1.0.2 • Published 5 years ago

lhy-test3 v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

测试组件上传npm

使用方法

  1. 在package.json中的dependencies属性中加入 "lhy-test":"^1.0.0"
  2. 命令行处执行 yarn 或 npm install
  3. 在项目中新建third-components
  4. 在third-components下新建 lhy-test.js 和 index.js
  5. 在lhy-test.js中写入 import Vue from 'vue' import lhyTest from 'lhy-test' Vue.use(lhyTest)
  6. 在index.js中写入 import './lhy-test'
  7. 在main.js中写入 import './third-components'
  8. 引入完成,在需要的页面直接写标签直接使用 test-input test-area
1.0.3

3 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago