上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: npm create @vitejs/app my-vue-app --template vue-ts npm init vite@latest vite-react-ts --template react-ts https://zhuanlan.zhihu.com/p/456407867 阅读全文
posted @ 2022-05-07 15:34 zjxgdq 阅读(19) 评论(0) 推荐(0) 编辑
摘要: import { EChartsOption } from 'echarts' export interface correctRateType { [index:number]:[number, number, number] } export function correctRate (): E 阅读全文
posted @ 2022-04-26 13:49 zjxgdq 阅读(37) 评论(0) 推荐(0) 编辑
摘要: ./echarts/index.vue <template> <!-- echart封装 --> <div :style="{ width, height }" ref="myChart"></div> </template> <script lang="ts" scoped> import { d 阅读全文
posted @ 2022-04-21 16:13 zjxgdq 阅读(62) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="Echarts"> <div id="mains" style="width: 600px;height:400px;"></div> </div> </template> <script> import * as echarts from 'echar 阅读全文
posted @ 2022-04-21 16:01 zjxgdq 阅读(52) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="wrap"> <div class="div"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> <div>6</div> <div>7</div> <div>8</div 阅读全文
posted @ 2022-04-19 10:39 zjxgdq 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(124) 评论(0) 推荐(0) 编辑
摘要: npm install -g react-native-cli react-native init My-app --template typescript 阅读全文
posted @ 2022-04-12 15:20 zjxgdq 阅读(13) 评论(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 阅读(58) 评论(0) 推荐(0) 编辑
摘要: reactcomponentWillMount(){ console.log('组件将要挂载','componentWillMount'); } componentDidMount(){ console.log('组件已经挂载','componentDidMount'); } componentWi 阅读全文
posted @ 2022-04-07 13:04 zjxgdq 阅读(25) 评论(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 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页