Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近遇到了 Gridsome 作为在 Vue 中构建静态站点的解决方案,当我运行构建来测试它时,我检查了所有正在生成的 HTML 文件,我注意到它们引用了 Vue.js脚本。
我假设 Gridsome 会将所有 vue 编译成静态 html/css/js,所以我无法弄清楚即使在 dist 构建中也需要加载 Vue.js 框架。
这是因为它使用 Vue.js 作为前端。例如,如果您需要在用户访问网站时从 API 获取数据,您可以使用 Vue.js 来完成。就像您想基于按钮单击来隐藏/显示字段一样。