mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
23 lines
892 B
JavaScript
23 lines
892 B
JavaScript
export default {
|
|
text: "vue3-template",
|
|
collapsible: true,
|
|
items: [
|
|
{ text: "启动项目", link: "/guide/vue3/start" },
|
|
{ text: "vite.config.ts 基础配置", link: "/guide/vue3/base" },
|
|
{ text: "vite插件集成", link: "/guide/vue3/vite" },
|
|
{ text: "多环境变量", link: "/guide/vue3/env" },
|
|
{ text: "viewport 适配方案", link: "/guide/vue3/viewport" },
|
|
{ text: "UI组件库", link: "/guide/vue3/ui" },
|
|
{ text: "Pinia 状态管理", link: "/guide/vue3/pinia" },
|
|
{ text: "vue-router", link: "/guide/vue3/router" },
|
|
{ text: "axios 封装及接口管理", link: "/guide/vue3/axios" },
|
|
{ text: "alias", link: "/guide/vue3/alias" },
|
|
{ text: "proxy 跨域", link: "/guide/vue3/proxy" },
|
|
{ text: "多语言解决方案", link: "/guide/vue3/i18n" },
|
|
{
|
|
text: "统一开发规范",
|
|
link: "/guide/vue3/lint",
|
|
},
|
|
],
|
|
};
|