cyw-applet-h5
v1.0.14
Published
cyw / Only js and css files
Downloads
23
Readme
包名:
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
适用项目类型:
小程序