# vue-typescript-vant **Repository Path**: cuihaiwei/vue-typescript-vant ## Basic Information - **Project Name**: vue-typescript-vant - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2021-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目 ## 线安装 ``` yarn install ``` ### 编译程序 ``` yarn serve ``` ### 打包测试环境 ``` yarn buildForTest ``` ### 打包生产 ``` yarn build ``` ### Run your unit tests ``` yarn test:unit ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). wap端 ~~~ vue + typescript vant ~~~ ~~~ 框架ui 网站地址:https://youzan.github.io/vant GitHub:https://github.com/youzan/vant ~~~ ~~~~ ├─assets │ ├─images │ └─style ├─components // 公共组件 ├─ services //服务接口 ├─mock //mock.js ├─router //路由 ├─layouts //布局层 ├─store // 状态管理 ├─styles // 公共样式 ├─utility // 工具箱 └─views //视图 ~~~~ config.ts 打包环境配置 ~~~ 项目配置文件 local --本地配置 test -- 测试环境配置 prod -- 生产环境配置 ~~~