# aspnetmvc5_quick_start **Repository Path**: ypfcode/aspnetmvc5_quick_start ## Basic Information - **Project Name**: aspnetmvc5_quick_start - **Description**: ASP.NET MVC5 轻松入门 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2021-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ASP.NET MVC5 轻松入门 > 老杨带你《ASP.NET MVC5 轻松入门》 ![程序员](../images/程序猿.jpg) --- # 本文档帮助 ## 必须环境 docsify-cli 本地安装方式: ```shell npm i docsify-cli -g ``` ## 预览 运行并预览(只想预览本文档请执行) ```shell docsify serve ./docs ``` ## 初始化项目(如果想自己做一个类似的文档系统) - 初始化 ```shell docsify init ./docs ``` ## 初始化项目文件说明 - 安装完成后,会显示如下文件 - index.html - README.md 首页 - .nojekll 防止GitHub页忽略以下划线开头的文件