# yygh-site **Repository Path**: Zero-Feng/yygh-site ## Basic Information - **Project Name**: yygh-site - **Description**: yygh-site项目初始化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-01 - **Last Updated**: 2022-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yygh-site > 尚医通预约挂号平台 ## 目录结构 |-- assets 用于组织未编译的静态资源
|-- components 用于组织应用的Vue.js 组件
|-- layouts 用于组织应用的布局组件
|-- pages 页面目录,用于组织应用的路由及视图
|-- plugins 用于组织那些需要在根 vue.js应用实例之前需要运行的JavaScript插件
|-- nuxt.config.js 用于组织Nuxt.js应用的个性化配置,以便覆盖默认配置
## Build Setup ``` bash # install dependencies $ npm install # Or yarn install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm start # generate static project $ npm run generate ```