文件名称:rick-and-morty-wonderland:瑞克和莫蒂仙境:dog:
文件大小:546KB
文件格式:ZIP
更新时间:2024-04-10 05:32:32
Vue
瑞克和莫蒂仙境 Netlify链接 Netlify链接可用。 为什么不Heroku 我认为heroku并不是真正的静态站点,在此测试中不需要服务器。因此部署到Netlify。 项目设置 yarn install 编译和热重装以进行开发 yarn serve 编译并最小化生产 yarn build 整理和修复文件 yarn lint 为什么不包裹 最初,我使用Parcel设置了Vue3,它在本地可以正常工作。您可以检查。设置和本地开发指令位于README.md文件中 我在测试中途切换到Vue Cli的原因是,在同时部署到Heroku和Netlify时遇到问题。 我进行了各种试验和研究,包括构建然后使用节点服务器在本地托管。最后,我认为根本问题是由Parcel Build引起的。 我在Parcel github存储库上发现了,这是我在构建和部署时遇到的确切问题。 然后,我尝试了该问题中提到的
【文件预览】:
rick-and-morty-wonderland-main
----public()
--------apple-touch-icon-114x114.png(5KB)
--------apple-touch-icon-152x152.png(8KB)
--------index.html(611B)
--------favicon-96x96.png(4KB)
--------favicon-128.png(4KB)
--------favicon.ico(34KB)
--------apple-touch-icon-144x144.png(7KB)
--------apple-touch-icon-76x76.png(3KB)
--------apple-touch-icon-120x120.png(5KB)
--------mstile-310x150.png(35KB)
--------favicon-32x32.png(948B)
--------mstile-150x150.png(19KB)
--------mstile-70x70.png(4KB)
--------mstile-310x310.png(65KB)
--------favicon-196x196.png(12KB)
--------apple-touch-icon-57x57.png(2KB)
--------mstile-144x144.png(7KB)
--------apple-touch-icon-60x60.png(2KB)
--------favicon-16x16.png(436B)
--------apple-touch-icon-72x72.png(3KB)
----yarn.lock(379KB)
----.browserslistrc(30B)
----.eslintrc.js(570B)
----src()
--------router()
--------main.js(351B)
--------store()
--------views()
--------scss()
--------components()
--------App.vue(480B)
--------assets()
----babel.config.js(65B)
----README.md(2KB)
----vue.config.js(488B)
----.gitignore(231B)
----package.json(919B)