hardy-ui
v1.0.0
Published
hardy的轮子库
Downloads
2
Readme
Hardyui
Project setup
1、安装
npm install hardy-ui;
2、使用
import Hardyui from 'hardy-ui'
Vue.use(Hardyui);
Demo
使用组件
<hardy-demo1 msg="hardy-demo1"></hardy-demo1>
页面呈现效果
hello this is components demo,component name is hardy-demo1
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint