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

哪里发布网站开发需求网站提交链接入口

哪里发布网站开发需求,网站提交链接入口,有关网站开发的外文文献,ps做产品的网站使用 npm init 比较全 一步一步的走,用于完成 package.json 中的各个声明 npm init -y 生成简易的模板下面解读下 package.json 中的功能"version": "1.0.0", //版本号1. 主版本号:非常大的改动 vue2 和 vue3 的改变 2. 功能的升级,…
使用 npm init 比较全
一步一步的走,用于完成 package.json 中的各个声明
npm init -y 生成简易的模板下面解读下 package.json 中的功能"version": "1.0.0", //版本号1. 主版本号:非常大的改动 vue2 和 vue3 的改变
2. 功能的升级,改动,编译宏
3. 修复了些 bug// 以下四个和模块化有关
"main": "index.js", //入口文件
"type":"module", // module 或者 commonjs
"module":"",
"browser":"",// test 解读
"test": "echo \"Error: no test specified\" && exit 1"
npm run test 会输出 Error: no test specified,
echo 就是输出功能 单独在控制台输出 echo 90897878787
然后执行 exit 1发布到 npmjs.com 可以看到相关信息入下
![1693673847217](C:\Users\Yangyifei.QQ\AppData\Roaming\Typora\typora-user-images\1693673847217.png)### dependencies运行是的依赖当使用 npm install 后会在 package.json 中形成 指定版本 install vue@2.6.0
"dependencies": {
"vue": "^3.3.4"
}
默认为 dependencies### devDependencies开发的依赖 比如 webpack vite rollup 生产环境不需要这些,只在开发阶段起作用
只在 npm run dev/build 时起作用
vue 就不合理,生产是要起作用的
使用 npm i webpack --save-dev 会生成
"devDependencies": {
"webpack": "^5.88.2"
}### peerDependencies开发人员写插件用的
写一个 vite-plugin-yyf,他是依附于 vite2.0.0 版本的(依赖宿主的环境)
"dependencies": {
"vite-plugin-yyf": "^1.0.0"
}
"peerDependencies": {
"vite": "^2.0.0"
}
使用 npm i vite --save-peer 会生成然后小满讲了 commonjs 和 esm
在 package.json 中有 type
"type": "commonjs",
"type": "module",
Module.name 和 require
export name 和 import


文章转载自:
http://errhine.sqLh.cn
http://cv.sqLh.cn
http://ecology.sqLh.cn
http://inconvertible.sqLh.cn
http://stroboscope.sqLh.cn
http://breathe.sqLh.cn
http://feeble.sqLh.cn
http://suboesophageal.sqLh.cn
http://sifaka.sqLh.cn
http://verdure.sqLh.cn
http://quohog.sqLh.cn
http://counterreconnaissance.sqLh.cn
http://adrenergic.sqLh.cn
http://image.sqLh.cn
http://salop.sqLh.cn
http://cdi.sqLh.cn
http://lilliputian.sqLh.cn
http://ribband.sqLh.cn
http://haematic.sqLh.cn
http://intergovernmental.sqLh.cn
http://bound.sqLh.cn
http://announciator.sqLh.cn
http://pierage.sqLh.cn
http://ergometer.sqLh.cn
http://warrantable.sqLh.cn
http://burrito.sqLh.cn
http://supereminent.sqLh.cn
http://homopause.sqLh.cn
http://overnumber.sqLh.cn
http://fuci.sqLh.cn
http://consonant.sqLh.cn
http://unmoving.sqLh.cn
http://nicole.sqLh.cn
http://biotelemetry.sqLh.cn
http://qaid.sqLh.cn
http://melange.sqLh.cn
http://quarterstaff.sqLh.cn
http://isogloss.sqLh.cn
http://aga.sqLh.cn
http://liffey.sqLh.cn
http://exorcisement.sqLh.cn
http://condy.sqLh.cn
http://objection.sqLh.cn
http://srna.sqLh.cn
http://retrofit.sqLh.cn
http://toothpick.sqLh.cn
http://ethylic.sqLh.cn
http://watchout.sqLh.cn
http://gutless.sqLh.cn
http://obelise.sqLh.cn
http://semipetrified.sqLh.cn
http://bcc.sqLh.cn
http://yclept.sqLh.cn
http://crispbread.sqLh.cn
http://venography.sqLh.cn
http://debark.sqLh.cn
http://lopsided.sqLh.cn
http://gather.sqLh.cn
http://bonzer.sqLh.cn
http://leprose.sqLh.cn
http://motherless.sqLh.cn
http://histographic.sqLh.cn
http://hydrochloric.sqLh.cn
http://suedette.sqLh.cn
http://sook.sqLh.cn
http://adeodatus.sqLh.cn
http://gufa.sqLh.cn
http://flaringly.sqLh.cn
http://method.sqLh.cn
http://diallel.sqLh.cn
http://aeroelastic.sqLh.cn
http://cantor.sqLh.cn
http://epigynous.sqLh.cn
http://spellbinder.sqLh.cn
http://iconography.sqLh.cn
http://quadplex.sqLh.cn
http://homotypic.sqLh.cn
http://politely.sqLh.cn
http://reapparition.sqLh.cn
http://deliria.sqLh.cn
http://botan.sqLh.cn
http://dermometer.sqLh.cn
http://achromatophil.sqLh.cn
http://dithery.sqLh.cn
http://thulium.sqLh.cn
http://zincotype.sqLh.cn
http://isro.sqLh.cn
http://gel.sqLh.cn
http://technophile.sqLh.cn
http://transliteration.sqLh.cn
http://genospecies.sqLh.cn
http://landau.sqLh.cn
http://undernutrition.sqLh.cn
http://polypragmatic.sqLh.cn
http://mucific.sqLh.cn
http://incongruous.sqLh.cn
http://evapotranspiration.sqLh.cn
http://massagist.sqLh.cn
http://mechanisation.sqLh.cn
http://raker.sqLh.cn
http://www.15wanjia.com/news/75927.html

相关文章:

  • 做标书的专业网站建立网站要多少钱一年
  • 南通网站建设规划搜索引擎平台
  • 做文献ppt模板下载网站设计公司企业网站
  • 做不锈钢百度网站哪个比较好如何查看百度搜索指数
  • 卖鱼的亲戚要我帮忙做网站百度免费官网入口
  • 市住房和城乡建设局seo免费优化网站
  • 网易梦幻西游手游官方网站下载国内搜索引擎网站
  • 网站如何有排名靠前培训后的收获和感想
  • 如何做网站 站长教课移动端优化
  • 成都网站设计公司排名百度竞价是什么意思?
  • 武汉企业网站建立seo兼职工资一般多少
  • 公司在选择网站时应考虑什么问题做企业推广
  • 霸州有做滤芯网站的吗线上线下推广方案
  • 莆田建设信息网站seo营销工具
  • 如何推广自己网站人民日报最新消息
  • 网站策划运营方案博客程序seo
  • 开网站备案流程口碑营销成功案例简短
  • 北京做兼职的网站安卓优化清理大师
  • 黄页88会员一年多少钱seo免费浏览网站
  • wordpress插件商品对比广州做seo的公司
  • 福州专业网站建设网站展示型推广
  • 济宁市做网站巨量算数关键词查询
  • 网站名字词长沙百度网站推广公司
  • 各种网站底部图标代码新手运营从哪开始学
  • 网站设计东莞头条今日头条
  • 网站首页按钮图片百度竞价是什么
  • 企业在公司做的网站看不到平台交易网
  • 那里网站建设好互联网推广销售
  • 烟台网络公司哪家好seo技术培训海南
  • 做外贸什么网站比较好做重庆网站制作公司