1.0.4 • Published 2 years ago

my-dada v1.0.4

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

my-dada

A Vue.js project

Build Setup

# install dependencies
npm install my-dada

# 引入使用
main.js中使用
import myDada from "my-dada"
import "my-dada/dist/my-dada-ui-min.css"
Vue.use(myDada)

### 页面中使用
<dada-button round type="red"></dada-button>

For a detailed explanation on how things work, check out the guide and docs for vue-loader.