0.1.0 • Published 6 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 servedesign by ccletvar
design by ccletvar
e-mail:cc180211020104@gmail.comCustomize configuration
0.1.0
6 years ago