An open API service indexing awesome lists of open source software.

https://github.com/one-programmer/mini-begin

开发小程序从这里开始
https://github.com/one-programmer/mini-begin

Last synced: 8 months ago
JSON representation

开发小程序从这里开始

Awesome Lists containing this project

README

          

# [mini-begin](https://github.com/one-programmer/mini-begin)

[![](https://github.com/one-programmer/mini-begin/issues)]()
[![license](https://img.shields.io/github/license/one-programmer/mini-begin.svg)]()

# 小程序开发从这里开始
小程序通用脚手架

## 目录结构

```
├── components ---------------------------- 通用组件目录
│ ├── Authorization --------------------- 授权组件
│ ├── Painter --------------------------- 画笔组件
|
├── config -------------------------------- 全局的配置文件
|
├── filter -------------------------------- 过滤器
|
├── pages --------------------------------- 页面
|
├── service ------------------------------- 提供接口服务
|
├── utils --------------------------------- 通用方法
|
├── wx.api -------------------------------- 重写微信的API方便使用
|
├── app.js -------------------------------- 全局js
|
├── app.json ------------------------------ 小程序配置
|
├── app.wxss ------------------------------ 全局样式
|
├── project.config.json ------------------- 工具配置
|

```