0.0.1 • Published 5 years ago
@haluo/mui v0.0.1
haluo-mui
Demo
yarn
// Compiles and hot-reloads for development
yarn serve
// Compiles and minifies for production
yarn build
// Lints and fixes files
yarn lintBuild Lib
yarn libDeploy Lib
yarn pubInstall Lib
npm install @haluo/muiUsage
import Vue from "vue"
import HaluoUI from '@haluo/mui'
import '@haluo/mui/lib/haluo-mui.css'
Vue.use(HaluoUI)
// 在项目中使用
<HaluoTest></HaluoTest>