# vue-omi **Repository Path**: slowCoder/vue-omi ## Basic Information - **Project Name**: vue-omi - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-06 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目搭建 脚手架搭建 scss vuex eslint ui库 mint-ui cnpm i mint-ui -S cnpm install babel-plugin-component -D bebal.config.js 写入 plugins:[ [ "component", { "libraryName": "mint-ui", "style": true } ] ] 使用 import Vue from 'vue' import { Button, Cell } from 'mint-ui' Vue.component(Button.name, Button) Vue.component(Cell.name, Cell) ## 项目初步 登录 注册 首页导航 Main 的子路由 组件 首页 分类 购物车 我的 ### axios 写在utils文件夹下 已绑定在vue 原型上 使用 **this.$axios** 请求数据 地址写完整 没有设置baseurl ### 打包成app router 路由模式改为 hash vue.config.js 增加 publicPath:".", // 项目上线打包 打包启用