{

“url” : “http://github.com/owner/project/issues”,

“email” : “project@hostname.com”

}

dependencies


依赖是给一组包名指定版本范围的一个hash。这个版本范围是一个由一个或多个空格分隔的字符串。依赖还可以用tarball或者git URL。

请不要将测试或过渡性的依赖放在dependencies hash中。

devDependencies


如果有人要使用你的模块,那么他们可能不需要你开发使用的外部测试或者文档框架。

在这种情况下,最好将这些附属的项目列在devDependencies中。

这些东西会在执行npm link或者npm install的时候初始化,并可以像其他npm配置参数一样管理。

示例


{

“name”: “spring-boot-plus-vue”,

“version”: “4.2.1”,

“description”: “基于vue-element-admin开发的,对应spring-boot-plus接口的前端项目”,

“author”: “369950806@qq.com”,

“license”: “Apache License”,

“scripts”: {

“dev”: “vue-cli-service serve”,

“build:prod”: “vue-cli-service build”,

“build:stage”: “vue-cli-service build --mode staging”,

“preview”: “node build/index.js --preview”,

“lint”: “eslint --ext .js,.vue src”,

“svgo”: “svgo -f src/icons/svg --config=src/icons/svgo.yml”,

“new”: “plop”

},

“husky”: {

“hooks”: {

“pre-commit”: “lint-staged”

}

},

“lint-staged”: {

“src/**/*.{js,vue}”: [

“eslint --fix”,

“git add”

]

},

“keywords”: [

“vue”,

“admin”,

“dashboard”,

“element-ui”,

“boilerplate”,

“admin-template”,

“management-system”

],

“repository”: {

“type”: “git”,

“url”: “git+https://github.com/369950806/vue-element-admin.git”

},

“bugs”: {

“url”: “https://github.com/369950806/vue-element-admin.git/issues”

},

“dependencies”: {

“axios”: “0.18.1”,

“clipboard”: “2.0.4”,

“codemirror”: “5.45.0”,

“driver.js”: “0.9.5”,

“dropzone”: “5.5.1”,

“echarts”: “4.2.1”,

“element-ui”: “2.13.0”,

“file-saver”: “2.0.1”,

“fuse.js”: “3.4.4”,

“js-cookie”: “2.2.0”,

“jsonlint”: “1.6.3”,

“jszip”: “3.2.1”,

“normalize.css”: “7.0.0”,

“nprogress”: “0.2.0”,

“path-to-regexp”: “2.4.0”,

“screenfull”: “4.2.0”,

“script-loader”: “0.7.2”,

“showdown”: “1.9.0”,

“sortablejs”: “1.8.4”,

“tui-editor”: “1.3.3”,

“vue”: “2.6.10”,

“vue-count-to”: “1.0.13”,

“vue-router”: “3.0.2”,

“vue-splitpane”: “1.0.4”,

“vuedraggable”: “2.20.0”,

“vuex”: “3.1.0”,

“xlsx”: “0.14.1”

},

“devDependencies”: {

“@babel/core”: “7.0.0”,

“@babel/register”: “7.0.0”,

“@vue/cli-plugin-babel”: “3.5.3”,

“@vue/cli-plugin-eslint”: “^3.9.1”,

“@vue/cli-plugin-unit-jest”: “3.5.3”,

“@vue/cli-service”: “3.5.3”,

“autoprefixer”: “^9.5.1”,

“babel-core”: “7.0.0-bridge.0”,

“babel-eslint”: “10.0.1”,

“babel-jest”: “23.6.0”,

“chalk”: “2.4.2”,

“chokidar”: “2.1.5”,

“connect”: “3.6.6”,

“eslint”: “5.15.3”,

“eslint-plugin-vue”: “5.2.2”,

“html-webpack-plugin”: “3.2.0”,

“husky”: “1.3.1”,

“lint-staged”: “8.1.5”,

“node-sass”: “^4.9.0”,

“plop”: “2.3.0”,

“runjs”: “^4.3.2”,

“sass-loader”: “^7.1.0”,

“script-ext-html-webpack-plugin”: “2.1.3”,

“serve-static”: “^1.13.2”,

“svg-sprite-loader”: “4.1.3”,

“svgo”: “1.2.0”,

“vue-template-compiler”: “2.6.10”

},

“engines”: {

“node”: “>=8.9”,

“npm”: “>= 3.0.0”

},

“browserslist”: [
自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

深知大多数前端工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则几千的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年Web前端开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。

img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上前端开发知识点,真正体系化!

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!

如果你觉得这些内容对你有帮助,可以扫码获取!!(备注:前端)

最后

整理面试题,不是让大家去只刷面试题,而是熟悉目前实际面试中常见的考察方式和知识点,做到心中有数,也可以用来自查及完善知识体系。

《前端基础面试题》,《前端校招面试题精编解析大全》,《前端面试题宝典》,《前端面试题:常用算法》PDF完整版点击这里免费领取

前端面试题宝典

前端校招面试题详解

目前实际面试中常见的考察方式和知识点,做到心中有数,也可以用来自查及完善知识体系。

《前端基础面试题》,《前端校招面试题精编解析大全》,《前端面试题宝典》,《前端面试题:常用算法》PDF完整版点击这里免费领取

[外链图片转存中…(img-o3rmQQ0I-1712214882114)]

[外链图片转存中…(img-TYlUjUYJ-1712214882114)]

[外链图片转存中…(img-wunSwU76-1712214882115)]

Logo

前往低代码交流专区

更多推荐