上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页
摘要: 1,npm i lib-flexible postcss-pxtorem -D 2,index.js import 'lib-flexible' 3webpack.config const px2rem = require('postcss-pxtorem') px2rem({ rootValue: 阅读全文
posted @ 2022-04-14 14:14 zjxgdq 阅读(144) 评论(0) 推荐(0)
摘要: npm install -g react-native-cli react-native init My-app --template typescript 阅读全文
posted @ 2022-04-12 15:20 zjxgdq 阅读(20) 评论(0) 推荐(0)
摘要: umi 在 react https://zhuanlan.zhihu.com/p/343028772按需加载配置config-overrides.jsnpm install react-app-rewired customize-cra --save-dev npm add babel-plugin 阅读全文
posted @ 2022-04-07 14:00 zjxgdq 阅读(64) 评论(0) 推荐(0)
摘要: reactcomponentWillMount(){ console.log('组件将要挂载','componentWillMount'); } componentDidMount(){ console.log('组件已经挂载','componentDidMount'); } componentWi 阅读全文
posted @ 2022-04-07 13:04 zjxgdq 阅读(31) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ding1006/p/4701121.htmlhttps://blog.csdn.net/weixin_35735685/article/details/118627814 // -webkit-clip-path: circle(50% at 50% 阅读全文
posted @ 2022-04-07 09:37 zjxgdq 阅读(14) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/270208663 阅读全文
posted @ 2022-04-06 14:59 zjxgdq 阅读(10) 评论(0) 推荐(0)
摘要: https://kazupon.github.io/vue-i18n/zh/guide/datetime.html 阅读全文
posted @ 2022-04-02 21:00 zjxgdq 阅读(9) 评论(0) 推荐(0)
摘要: <template> <div class="css"> <div class="a1">{{datas}}</div> <!-- <div class="a2"> 2</div> <div class="a3">3</div> <div class="a4">4</div> <div class= 阅读全文
posted @ 2022-03-31 14:55 zjxgdq 阅读(46) 评论(0) 推荐(0)
摘要: <template> <div class="row"> <div class="col-18">1</div> <div class="col-24">2</div> <div class="col-6">3</div> <div class="col-6">4</div> <div class= 阅读全文
posted @ 2022-03-28 11:04 zjxgdq 阅读(17) 评论(0) 推荐(0)
摘要: <button class="btn btn-primary">主要按钮</button> <button class="btn btn-success">成功按钮</button> <button class="btn btn-info">信息按钮</button> <button class=" 阅读全文
posted @ 2022-03-28 10:43 zjxgdq 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页