0.1.0 • Published 4 years ago
topeveryui-mobile v0.1.0
TopeveryUI-mobile
简介
参考weui风格,一款适用于微信公众号和企业微信适用的移动端组件库
安装
npm install topeveryui-mobile
引用
在main.js 加入
import topeveryui from 'topeveryui-mobile'
import 'topeveryui/lib/topeveryUI.css'
Vue.use(topeveryui)
在项目根目录新建vue.config.js
加入const plugin = require('./node_modules/topeveryui/import')
module.exports = {
configureWebpack:{
plugins:plugin.plugin
},
},
开发模式
npm run serve
design by ccletvar
design by ccletvar
e-mail:cc180211020104@gmail.com
Customize configuration
0.1.0
4 years ago