# vue-three-temp **Repository Path**: nilbrains/vue-three-temp ## Basic Information - **Project Name**: vue-three-temp - **Description**: vue 模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-19 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-three-temp ## with npm 1. vuex 2. router 3. axios ## Build Setup ```bash # 克隆项目 git clone https://github.com/nilbrains/vue-three-temp.git # 进入项目目录 cd vue-three-temp or # 安装依赖 npm install # 可通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run serve ``` 浏览器访问 [http://localhost:8080](http://localhost:8080) ## 发布 ```bash # 构建 npm run build ```