1.0.14 • Published 8 months ago

cyw-applet-h5 v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

包名:

cyw-applet-h5

安装:

npm i cyw-applet-h5

用法:

/App.vue

<style lang="scss">
    
	...
    
    /* 必须设置 lang="scss */
	@import "cyw-applet-h5/style/main.scss";
</style>
/main.js

...

// 工具类函数全局挂载
import tools from 'cyw-applet-h5/index.js'
Vue.prototype.$tools = tools;

// 全局注册filter
import filters from 'cyw-applet-h5/utils/filters';
Object.keys(filters).forEach(key => {
	Vue.filter(key, filters[key])
});
/uni.scss

...

/* 主题颜色 */
$theme: (自定义主题色);

内容:

​ 1、公共样式。

​ 2、公共自定义API。

适用语言:

​ JavaScript

适用框架:

​ Vue、uni-app

适用项目类型:

​ 小程序

1.0.14

8 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago