gpt4 book ai didi

javascript - 为什么 npm run serve 在 Vue.js 上构建缓慢?

转载 作者:行者123 更新时间:2023-11-30 06:18:24 24 4
gpt4 key购买 nike

我在 Vue.js 上有一个项目,我为其运行 npm run serve 以设置服务器。虽然这在一个小时前工作正常,但突然间我的项目需要很长时间才能构建,更具体地说,它在 32% 上停留了超过 5 分钟。有谁知道我需要做什么才能解决这个问题?我不确定我需要上传哪些文件才能解决这个问题,但这是我的 package.json 文件:

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"jwt-decode": "^2.2.0",
"password-validator": "^4.1.1",
"vue": "^2.5.22",
"vue-cookies": "^1.5.12",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"vue-cli-plugin-axios": "0.0.4",
"vue-template-compiler": "^2.5.21",
"webpack-dev-server": "^3.1.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}

最佳答案

有一个类似的问题,它是由.vue文件中的不完整html标签引起的。

enter image description here

我用的是vue的eslint,在vs code的底部,它显示了问题的位置。

enter image description here

顺便说一句,使用 Ctrl + C 可以终止“npm run serve”,但该进程会继续在后台运行。重新启动 VS 代码最终终止了构建过程并释放了 CPU 资源。

enter image description here

关于javascript - 为什么 npm run serve 在 Vue.js 上构建缓慢?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54816713/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com