# vue_shop **Repository Path**: tang_mingjing/vue_shop ## Basic Information - **Project Name**: vue_shop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-07 - **Last Updated**: 2022-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: 后台管理系统 ## README # vue_shop ### iconfont图标的使用 ''' 1、 搜索图标-->加入购物车-->添加到项目-->下载至本地-->将文件放到assets/fonts 文件夹下面 2、 // 导入字体图标 import './assets/fonts/iconfont.css' 3、使用图标: // iconfont 都得有, 后面的iocn-user为图标名称 ''' ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).