# vue-template **Repository Path**: tr0313/vue-template ## Basic Information - **Project Name**: vue-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-10 - **Last Updated**: 2024-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-template vue 简单模版 - Vue2.x - VueRouter 3.x - SCSS - Element-UI - axios - vue-quill-editor ## 配置淘宝镜像源 ``` npm config set registry https://registry.npmmirror.com ``` ## 安装依赖 ``` npm install ``` ## 启动项目 ``` npm run serve ``` ## 编译项目 ``` npm run build ``` ## 本地访问打包后资源 1. vue.config.js 中publicPath设为 ''或'.' 2. 路由模式改为hash 3. 访问 - 直接webstorm访问 - 文件访问 - 安装serve包访问 - npm install -g serve - serve dist