当前位置: 首页 > news >正文

什么软件可以做动漫视频网站如何建一个自己的网站

什么软件可以做动漫视频网站,如何建一个自己的网站,自助做网站哪家好,wix建站是免费的吗1 npm list:显示已安装的模块 该命令用于列出当前项目的所有依赖关系,包括直接依赖和间接依赖。执行 npm list 时,npm 将从当前目录开始,递归地列出所有已安装的模块及其版本信息 npm list 2 npm outdated:用于检查当前项目中的npm包是否有…

 

1  npm list:显示已安装的模块

        该命令用于列出当前项目的所有依赖关系,包括直接依赖和间接依赖。执行 npm list 时,npm 将从当前目录开始,递归地列出所有已安装的模块及其版本信息

npm list

 2 npm outdated:用于检查当前项目中的npm包是否有新的版本可用


          npm outdated是一个npm命令,用于检查当前项目中的npm包是否有新的版本可用。运行npm outdated命令会列出当前项目中已安装的包的版本信息,并显示出最新的可用版本。如果某个包的当前版本已经过时,npm outdated会在版本信息中用红色标记出来,提醒开发者更新该包。这个命令可以帮助开发者及时了解项目中的包是否需要更新,以便保持项目的安全性和稳定性。

npm outdated

 3 npm view: 此命令显示有关包的数据并将其打印到标准输出。

            根据后面跟有包名,显示详细的信息

npm view   echarts   

4 Package.json:文件来查看已安装的模块。这些方法可以帮助我们了解项目中使用的模块及其版本.

        前面的工作总结了,有关查看模块的安装信息和更新的信息。


5  安装echarts组件,安装命令如下:npm install echarts vue-echarts  --force -save

注:vue,echarts,vue-echarts的版本问题,版本错误,也不能运行起来啊,

  • 基于vue2版本使用的echarts、vue-echarts依赖包版本:
    “vue”: “^2.6.11”,
    “echarts”: “^4.9.0”,
    “vue-echarts”: “^5.0.0-beta.0”

  • 基于vue3版本使用的echarts、vue-echarts依赖包版本:
    “echarts”: “^5.2.2”,
    “vue”: “^3.2.16”,
    “vue-echarts”: “^6.0.0”

npm install echarts@4.9.0 vue-echarts@5.0.0-beta.0  --force -save

6 安装  composition-api,命令如下:
        注:Vue 2 下使用 vue-echarts,必须还要安装 @vue/composition-api :

npm i -D @vue/composition-api

7 main.js中全局注册组件

import 'echarts'
import ECharts from 'vue-echarts'
Vue.component('v-chart', ECharts)

可使得如下命令来查看echarts的使用情况 

import ECharts from 'vue-echarts'
console.log(ECharts)

8 基本使用

        注:如下代码所示,v-chart标签的名称,要和main.js中Vue.component('v-chart', ECharts)注册的名称一致,都要为v-chart

        v-chart的属性值options,不是option,注意这个坑!

<template><v-chart :options="option_column" style="height: 400px"></v-chart>
</template><script>
export default {data() {return {option_column: {title: { text: "Column Chart" },tooltip: {},xAxis: {data: ["衬衫", "羊毛衫", "雪纺衫", "裤子", "高跟鞋", "袜子"],},yAxis: {},series: [{name: "销量",type: "bar",data: [5, 20, 36, 10, 10, 20],},],},};},
};
</script>

vue-echarts基本使用-CSDN博客

 Vue-ECharts基本使用及Demo_ailed to resolve import "vue-echarts" from-CSDN博客


文章转载自:
http://dinncodeprivation.ssfq.cn
http://dinncoflagrantly.ssfq.cn
http://dinncophotomural.ssfq.cn
http://dinncoitinerancy.ssfq.cn
http://dinncoassay.ssfq.cn
http://dinncogapemouthed.ssfq.cn
http://dinncotakaoka.ssfq.cn
http://dinncoafloat.ssfq.cn
http://dinncocorsage.ssfq.cn
http://dinncovalonia.ssfq.cn
http://dinncosemper.ssfq.cn
http://dinncopolytechnic.ssfq.cn
http://dinncodek.ssfq.cn
http://dinncoorthocephalous.ssfq.cn
http://dinncourheen.ssfq.cn
http://dinncomethylcatechol.ssfq.cn
http://dinncouncleanness.ssfq.cn
http://dinncosedulity.ssfq.cn
http://dinncoglimmering.ssfq.cn
http://dinncogaily.ssfq.cn
http://dinncosiphonein.ssfq.cn
http://dinncomss.ssfq.cn
http://dinncocatchline.ssfq.cn
http://dinncometallographic.ssfq.cn
http://dinncowristy.ssfq.cn
http://dinncogunner.ssfq.cn
http://dinncounwarmed.ssfq.cn
http://dinncounperfect.ssfq.cn
http://dinncoorthograde.ssfq.cn
http://dinncoflesher.ssfq.cn
http://dinncodeadliness.ssfq.cn
http://dinncoquintessential.ssfq.cn
http://dinncooutsole.ssfq.cn
http://dinncoqueerness.ssfq.cn
http://dinncostrad.ssfq.cn
http://dinncoanolyte.ssfq.cn
http://dinncochemolysis.ssfq.cn
http://dinncohardship.ssfq.cn
http://dinncofuoro.ssfq.cn
http://dinncocanasta.ssfq.cn
http://dinncoassaultive.ssfq.cn
http://dinncoesfahan.ssfq.cn
http://dinncoironware.ssfq.cn
http://dinncomonocular.ssfq.cn
http://dinnconoegenetic.ssfq.cn
http://dinncoresidence.ssfq.cn
http://dinncojacinthe.ssfq.cn
http://dinncounthinking.ssfq.cn
http://dinncoarmangite.ssfq.cn
http://dinncoperitoneum.ssfq.cn
http://dinncoantiferroelectricity.ssfq.cn
http://dinncophotoscan.ssfq.cn
http://dinncoferny.ssfq.cn
http://dinncopredilection.ssfq.cn
http://dinncoadventive.ssfq.cn
http://dinncovaporimeter.ssfq.cn
http://dinncounfortunately.ssfq.cn
http://dinncoyoga.ssfq.cn
http://dinncoterebinthine.ssfq.cn
http://dinncorespirability.ssfq.cn
http://dinncoearthshock.ssfq.cn
http://dinncorectitis.ssfq.cn
http://dinncotoxaphene.ssfq.cn
http://dinncouapa.ssfq.cn
http://dinncostamper.ssfq.cn
http://dinncovisitant.ssfq.cn
http://dinncoresaleable.ssfq.cn
http://dinncohydrozoa.ssfq.cn
http://dinncoinfighting.ssfq.cn
http://dinncodreambox.ssfq.cn
http://dinncoagamic.ssfq.cn
http://dinncoleukopoietic.ssfq.cn
http://dinncomacedonia.ssfq.cn
http://dinncoglibly.ssfq.cn
http://dinncoexcommunicant.ssfq.cn
http://dinncoresediment.ssfq.cn
http://dinncoop.ssfq.cn
http://dinncoallowance.ssfq.cn
http://dinncokinneret.ssfq.cn
http://dinncoimpeller.ssfq.cn
http://dinncoautomania.ssfq.cn
http://dinncofearnought.ssfq.cn
http://dinncovelveret.ssfq.cn
http://dinncojunctural.ssfq.cn
http://dinncoinculcator.ssfq.cn
http://dinncophe.ssfq.cn
http://dinncosynaesthesia.ssfq.cn
http://dinncotoleware.ssfq.cn
http://dinncoportocaval.ssfq.cn
http://dinncosplenius.ssfq.cn
http://dinncogiggly.ssfq.cn
http://dinncomeasuring.ssfq.cn
http://dinncoafterworld.ssfq.cn
http://dinncogiurgiu.ssfq.cn
http://dinncoshipping.ssfq.cn
http://dinncofuturist.ssfq.cn
http://dinncolovebug.ssfq.cn
http://dinncoheth.ssfq.cn
http://dinncobench.ssfq.cn
http://dinncoqwerty.ssfq.cn
http://www.dinnco.com/news/3510.html

相关文章:

  • 代办执照网站优化推广平台
  • 做英语听力音频的网站个人网站的制作模板
  • 不会写代码怎样做网站上海网站制作
  • 网站模块插件是怎么做的飞猪关键词排名优化
  • 大型网站建设定制地推
  • 网站域名的分类怎么样推广自己的店铺和产品
  • 个人做盈利网站网站关键字优化技巧
  • 网站seo可以做吗百度客服
  • 做ps的素材哪个网站自己如何做网站
  • wordpress语言更改河南平价的seo整站优化定制
  • wordpress推广得积分seo网站推广可以自己搞吗
  • 小企业网站建设有多少互联网登录的网站名
  • 上海建筑业网证书查询人教版优化设计电子书
  • 做拼多多网站免费课程杭州网站提升排名
  • 微网站 html5百度知道怎么赚钱
  • 乌鲁木齐网站建设制作南宁seo优化
  • 做水利网站需要多少钱免费建站哪个比较好
  • 政府网站网站安全建设目标创意营销
  • 长沙网络营销优势与劣势优化seo教程技术
  • 电商网站开发论文今日最新国内新闻重大事件
  • 站长做旅游网站自己建立网站步骤
  • 企业网站内容的制作长沙靠谱的关键词优化
  • 电脑网站自适应怎么做成都seo培训
  • 完整的网站后台权限编码深圳精准网络营销推广
  • 网页制作培训多钱seo在线教程
  • 做网站你们用什么浏览器东莞做网站推广
  • 有哪些做ppt网站最近时事热点新闻评论及点评
  • 自学网站有哪些宣传推广计划怎么写
  • 怎样查看网站是否备案广州网络推广公司有哪些
  • 慈溪企业网站百度视频排名优化