# Zheye **Repository Path**: bent-on-false-learning/zheye ## Basic Information - **Project Name**: Zheye - **Description**: 使用Vue3+Typescript完成的知乎专栏 - **Primary Language**: Unknown - **License**: 0BSD - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-17 - **Last Updated**: 2023-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zheye #### 介绍 Vue3 + Typescript 全网首发,Vue3 配合 Typescript ,使用新版Vuex 和 Vue-Router 全家桶完成前后端分离复杂项目 #### 安装依赖 ``` npm install ``` #### 项目运行 ``` npm run serve ``` #### 项目打包 ``` npm run build ``` #### 使用说明 1. 将项目克隆到本地: git clone xxxxx 2. 安装依赖 3. 项目运行