# wepy-apply **Repository Path**: redbike/wepy-apply ## Basic Information - **Project Name**: wepy-apply - **Description**: 小程序框架 wepy 应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wepy-apply > WePY 框架 应用,使用 [WePY 1.x](https://wepyjs.github.io/wepy-docs/1.x/#/) 框架开发 ## Build Setup ``` bash # 安装依赖 npm install # 开启实时编译 npm run dev # 构建 npm run build ``` ## 目录结构 - .editorconfig - 编辑器配置文件 - .eslintignore - eslint忽略文件 - .eslintrc.js - eslint配置文件 - .gitignore - git忽略文件 - .prettierrc - 代码格式化配置文件 - .wepyignore - wepy 编译 忽略文件 - wepy.config.js - wepy配置文件 - package.json - 配置文件 - package-lock.json - 记录当前安装包版本号文件 - src - components - 组件 - pages - 页面 - utils - 公共函数 - app.wpy 小程序入口 ## 编码规范 > 基于 [Code Guide by @AlloyTeam](http://alloyteam.github.io/CodeGuide/) - 路由均使用 绝对路径 eg:/pages/index