We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在执行完下3个指令结束后仍然报错,不过错误好像和之前的不一样了。
Failed to compile. ./src/main.js Module not found: Error: Can't resolve 'element-ui/lib/theme-default/index.css' in > > >'E:\vueproject\vue0\src' @ ./src/main.js 6:0-48 @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/main.js
The text was updated successfully, but these errors were encountered:
@gistmap 这个项目里最开始依赖了element1.x的组件库,版本没锁死的话现在可能是下载了2.x版本,可以根据element-ui的文档稍微改下配置就好了,我有时间再更新下。
Sorry, something went wrong.
npm run build 生成的dist 文件直接放到把dist下面的所有文件,包括static文件夹 和 index.html 直接扔到 spring boot项目中resources的static文件夹中 启动没有显示和npm run dev 一样的页面
No branches or pull requests
在执行完下3个指令结束后仍然报错,不过错误好像和之前的不一样了。
The text was updated successfully, but these errors were encountered: