# vue-admin **Repository Path**: qobn/vue-admin ## Basic Information - **Project Name**: vue-admin - **Description**: vue-admin通用后台模板 - **Primary Language**: HTML/CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-24 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). ### 本地环境配置 ``` # 安装node # 安装npm # 安装 vue-cli # 创建项目 vue init webpack 项目名称 # 根据提示选择项目依赖 # 重新拉取项目如果运行不起来删除node_modules 重新运行 npm install 编译 # 使用vuex 安装 npm view vuex versions --josn ```