flask
FBI WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.兄弟们,熟悉的片头有没有,每次flask都会善意提醒大家仅限在开发环境使用,生产环境请用别的WSGI服务器…
Echarts迁徙图 “echarts”: “^5.1.1”, 在node_modules中找到echarts创建map/js/.china.js
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for addition…
自从升级echarts5以后就不能用依赖包里面的↓ import china from "echarts/map/json/china.json";
直接运行npm run dev会提示报错信息:To install them, you can run: npm install --save echarts echarts/map/json/china.json 我这里把json文本复制出来…