文件名称:vue-next-example:没有任何带有vue-router的编译器的Vue 3示例
文件大小:254KB
文件格式:ZIP
更新时间:2024-05-24 07:07:26
HTML
Vue-下一个例子 活生生的例子: 活生生的例子,而不VueRouter: 您的应用程序代码根本没有编译,就像过去那样保存和重新加载浏览器 :beaming_face_with_smiling_eyes: 。 组件仅在需要时才在运行时加载。 每个组件都位于一个包含3个文件的文件夹中: + / |--+ comp/ | `--+ root/ | |--- root.css | |--- root.html | `--- root.js `--+ page/ |--+ about/ | |--- about.css | |--- about.html | `--- about.js |--+ home/ | |--- home.css | |--- home.html | `--- home.js `--+ user/
【文件预览】:
vue-next-example-master
----.gitignore(29B)
----package.json(890B)
----package-lock.json(87KB)
----LICENSE(1KB)
----public()
--------api()
--------js()
--------template-norouter.html(4KB)
--------template.html(4KB)
--------no-router()
--------users()
--------index.html(13KB)
--------page()
--------about()
--------comp()
----task()
--------app-path.mjs(349B)
--------services.mjs(2KB)
--------localhost.js(503B)
--------prerender.mjs(9KB)
----readme.md(2KB)