# mark-search **Repository Path**: Weibozzz/mark-search ## Basic Information - **Project Name**: mark-search - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 初始化 ## 第一步 在当前文件夹下 点击右键打开git命令行 执行 ``` git clone https://gitee.com/Weibozzz/mark-search.git ``` ## 第二步 进入刚才下载的文件夹下,复制下面这句话 右键粘贴 到 git 命令行,并按回车等待下载完成 ``` npm install -g cnpm --registry=https://registry.npm.taobao.org ``` ## 第三步 接着下载 ``` cnpm i ``` ## 第四步 启动 ``` npm run serve ``` ## 第五步 点击打开到浏览器 [http://localhost:5555/mark-search/ ](http://localhost:5555/mark-search/ ) # 更新 在当前文件夹下执行 ``` cnpm i ``` ``` git pull ``` 然后执行第四步,第五步