codekit是mac端下的付费工具
官方地址
页面实时刷新
普通的html项目修改后实时刷新页面
codekit实时更新预览页面
Scss编译
普通的页面也可以直接使用scss来写啦,使用codeKit编译scss
js压缩
引用npm包
...
yekong
3年前 (2021-08-29)
喜欢
Scss的注释在压缩编译后注释信息会被删除
那么如何保留注释信息呢?
在注释信息中添加叹号
/*!
注释信息
*/
编译前
编译后
...
yekong
3年前 (2021-08-29)
喜欢
drawLine () {
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(this.$refs.echarts)...
yekong
3年前 (2021-08-29)
喜欢
drawLine () {
var that = this
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(t...
yekong
3年前 (2021-08-29)
喜欢
drawLine () {
var that = this
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(t...
yekong
3年前 (2021-08-29)
喜欢
drawLine () {
var that = this
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(t...
yekong
3年前 (2021-08-29)
喜欢
drawLine () {
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(this.$refs.echarts)
...
yekong
3年前 (2021-08-29)
喜欢
import data from '../../data/220000.json'
drawechartmap () {
window.addEventListener('resize', this.drawechartmap)...
yekong
3年前 (2021-08-29)
喜欢
html
<div class="yujingbody">
<div class="industryInformation">
...
yekong
3年前 (2021-08-29)
喜欢
window.addEventListener('resize', this.drawechart5)
var echartsx = echarts.init(document.getElementById("echart5&q...
yekong
3年前 (2021-08-29)
喜欢