Wepy

小程序组件化开发框架
Alternatives To Wepy
Select To Compare


Readme

English |

WePY 2 (beta)

npm version travis-ci Github CI Coverage Status Dependency Status

WePY awesome-wepy

WePY (: /'wepi/)PromiseAsync Functions

WePY WePY ISSUE PR

Demo

<style lang="less">
@color: #4D926F;
  .num {
  color: @color;
  }
</style>
<template>
  <div class="container">
    <div class="num" @tap="num++">
      {{num}}
    </div>
    <custom-component></custom-component>
    <vendor-component></vendor-component>
    <div>{{text}}</div>
    <input v-model="text"/>
  </div>
</template>
<config>
{
  usingComponents: {
    customComponent: '@/components/customComponent',
    vendorComponent: 'module:vendorComponent'
  }
}
</config>

<script>
  import wepy from '@wepy/core';

  wepy.page({
    data: {
      num: 0,
      text: 'Hello World',
    },
  });
</script>

wepy

npm install @wepy/cli@next -g

wepy init standard myproject

cd myproject
npm install

wepy build --watch

``

WePY

NewsLite iPhone X

GitHub

we

...

WePY 500 gcaufy_helper wepy

wepy_qr_code

Issues Pull Requests
CONTRIBUTING.md

Links

Documentation

Changelog

Contributing

License MIT

Popular Social Media Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Wechat
Wepy