1.1.1 • Published 2 years ago

lyzh-yun-ui v1.1.1

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

yun-ui

安装

npm install lyzh-yun-ui

快速上手

  1. App.vue引入主题
/* App.vue */
<style >
@import 'lyzh-yun-ui/src/components/yui-theme/yui-theme.css';
</style>
  1. pages.json配置 easycom 规则(按需引入)
// pages.json
{
    "easycom": {
        "autoscan": true,
        "custom": {
        "yui-(.*)": "lyzh-yun-ui/src/components/yui-$1/yui-$1.vue"
        }
    },
	// 此为本身已有的内容
	"pages": [
		// ......
	]
}