app.js
app.json
app.wxss
/pages
[page].json
- Notice: all js files within project are loaded at once.
- compiled into
amd
format module.exports
require('../utils/athena.js')
- es2015?
- global with
app.wxss
- namespace by page
@import
supportdisplay: block
by default- responsive pixel & rem
- component
<import src="_funding.wxml"/>
- wrapper
<block />
- view list
- render data
setData()