# vue3-admin **Repository Path**: response_404/vue3-admin ## Basic Information - **Project Name**: vue3-admin - **Description**: vue3管理后台基础框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-13 - **Last Updated**: 2024-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, Less ## README # vue3-admin ## 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/). ### 打包 如果打包后想在本地查看index.html文件: ``` 1.npm run build 2.修改路由模式为hash 3.dis/index.html修改路径,去掉最前面的/ ```