# vant **Repository Path**: jb0718/vant ## Basic Information - **Project Name**: vant - **Description**: No description available - **Primary Language**: 其他 - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-01 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xchuangw_wx_html ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` # 项目布局 ``` . ├── src // 源码目录 │   ├── api // API目录 │   ├── components // 组件目录 │   ├── router // 路由目录 │   ├── store // vuex的状态管理 │   ├── utils // 公用方法 │   ├── views // 页面展示 │   ├── App.vue // 页面入口文件 │   ├── main.js // 程序入口文件,加载各种公共组件 . ```