我正在尝试将我制作的Vue.js应用程序部署到Heroku,但我一直得到l2 = list(enumerate(mycrds))
sorted(l2, key=lambda x: [x[1][2], x[1][1], x[1][0]])
print(l2)
。
我觉得我只是想念一些小东西。如果您想浏览一下代码,这是git repo。 https://github.com/Relofr/calculator
答案 0 :(得分:2)
您需要使用基本服务器配置的主目录中的app.js
(作为示例)文件。在部署应用之前,您还必须运行npm run build
。
遵循本教程:
https://medium.com/netscape/deploying-a-vue-js-2-x-app-to-heroku-in-5-steps-tutorial-a69845ace489
答案 1 :(得分:0)
您没有任何名为index.js
的文件,请尝试将./src/main.js
重命名为./src/index.js