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

https://github.com/jacket-sikaha/test-taro-pulgin


https://github.com/jacket-sikaha/test-taro-pulgin

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# taro-template

taro 模版

#### wx 文档结构

```js
│ app-origin.wxss
│ app.js
│ app.json
│ app.wxss
│ base.wxml
│ common.js
│ common.js.LICENSE.txt
│ common.wxss
│ comp.js
│ comp.json
│ comp.wxml
│ project.config.json
│ runtime.js
│ taro.js
│ utils.wxs
│ vendors.js
│ vendors.js.LICENSE.txt

├─assets
│ avatar.png
│ bg_stove.jpg
│ bg_wok.jpg
│ device.png
│ hi.png
│ icon-bluetooth-on.png
│ Logout.svg
│ sel-settings-remote.png
│ sel_team.png
│ settings-remote.png
│ team.png

├─images
│ ├─fan
│ │ eco_icon.png
│ │ eco_n_icon.png
│ │ eco_p_icon.png
│ │
│ ├─q8-heater
│ │ yinliang_icon.png
│ │
└─pages
├─cloud-recipe-list
│ index.js
│ index.json
│ index.wxml

├─index
│ index.js
│ index.json
│ index.wxml

├─login
│ login.js
│ login.json
│ login.wxml
│ login.wxss

├─profile
│ index.js
│ index.json
│ index.wxml
│ index.wxss
```