Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hanks10100/weex-vue-examples

Examples of using Weex and Vue.js
https://github.com/hanks10100/weex-vue-examples

example vue weex

Last synced: 3 days ago
JSON representation

Examples of using Weex and Vue.js

Awesome Lists containing this project

README

        

# Weex Vue Examples

Single page examples written in Weex and Vue.js.

**[The Example Website](http://weex-project.io/examples.html)**

The source code the website is in the `docs` folder. Here is other resources:

+ [Weex Online Playground](http://dotwe.org/vue)
+ [Weex Playground App](https://weex-project.io/playground.html)

## Develop

Clone the project and install dependencies (`npm install`), then:

+ `npm run serve`: Start a web server on port 8080.
+ `npm run build`: Build the source files.
+ `npm run dev`: Watch the file changes and auto build.

## Contribute

**Write an example on [Weex online playground](http://dotwe.org/vue) and add the url to a proper place in [`examples/`](./examples/), then send a PR.**

The example should contain these massages:

+ `hash`: The md5 hash in the example's link address.
+ `title`: A brief title of the example. It's better to have both Chinese and English titles.
+ `screenshot`: [optional] The screen shot of the example. It's better to upload the image to a CDN and just offer an address, don't upload the image file to the repo.