export default { text: "vue2-template", collapsible: true, collapsed: true, items: [ { text: "启动项目", link: "/guide/vue2/start" }, { text: "多环境变量", link: "/guide/vue2/env" }, { text: "rem 适配方案", link: "/guide/vue2/rem" }, { text: "vw 适配方案", link: "/guide/vue2/vw" }, { text: "VantUI 组件按需加载", link: "/guide/vue2/vant" }, { text: "Sass 全局样式", link: "/guide/vue2/sass" }, { text: "Vuex 状态管理", link: "/guide/vue2/vuex" }, { text: "Vue-router", link: "/guide/vue2/router" }, { text: "Axios 封装及接口管理", link: "/guide/vue2/axios" }, { text: "vue.config.js 基础配置", link: "/guide/vue2/base" }, { text: "配置 alias 别名", link: "/guide/vue2/alias" }, { text: "配置 proxy 跨域", link: "/guide/vue2/proxy" }, { text: "配置 打包分析", link: "/guide/vue2/bundle" }, { text: "配置 externals 引入 cdn 资源", link: "/guide/vue2/externals" }, { text: "去掉 console.log", link: "/guide/vue2/console" }, { text: "splitChunks 打包第三方模块", link: "/guide/vue2/chunks" }, { text: "添加 IE 兼容", link: "/guide/vue2/ie" }, { text: "统一开发规范", link: "/guide/vue2/lint" }, ], };