美文网首页
wepy写小程序

wepy写小程序

作者: mensionyu | 来源:发表于2018-11-16 23:59 被阅读0次

1.首先你需要全局安装一下wepy----npm install wepy-col

2. wepy init standard wepy-shop 用wepy标准创建一个项目 wepy-shop是项目的名字

3.npm init -y 初始化项目

4,yarn 安装依赖

5.npm run start

6.npm run dev 运行出来

7. 小程序里的设置小程序项目定位在dist目录下

取消es6转es5 不校验合法郁闷

css样式


js配置


constructor() {

    super()

    this.use('requestfix')

    this.use('promisify');

  }

  async onLaunch(option) {

  }

相关文章

网友评论

      本文标题:wepy写小程序

      本文链接:https://www.haomeiwen.com/subject/qhpoxqtx.html