Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.06 KB

Weex Vue Examples

Single page examples written in Weex and Vue.js.

The Example Website

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

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 and add the url to a proper place in 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.