All Projects → Hanks10100 → Weex Vue Examples

Hanks10100 / Weex Vue Examples

Examples of using Weex and Vue.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Weex Vue Examples

Webassembly Examples
From Simple To Complex. A complete collection of webassembly examples.
Stars: ✭ 177 (-16.11%)
Mutual labels:  example
Peer To Peer Cue System
Cue system for simple two-way communication and visual signaling using a PeerJS peer-to-peer connection.
Stars: ✭ 190 (-9.95%)
Mutual labels:  example
A Good Readme Template
A template to make good README.md
Stars: ✭ 196 (-7.11%)
Mutual labels:  example
Melody
🎶 Minimalist websocket framework for Go
Stars: ✭ 2,303 (+991.47%)
Mutual labels:  example
Fastify Example
This project is a small but feature complete application build with Fastify and Svelte, and it aims to show all the core concepts of Fastify, best practices, and recommendations.
Stars: ✭ 187 (-11.37%)
Mutual labels:  example
Hello Weex
hello-weex包括一个Weex App(GitHub第三方App),和自己扩展的WeexiOSKit(iOS上的常用组件与模块)。
Stars: ✭ 193 (-8.53%)
Mutual labels:  weex
React Redux Typescript Realworld App
RealWorld App implementation based on "react-redux-typescript-guide"
Stars: ✭ 178 (-15.64%)
Mutual labels:  example
Go Getting Started
Getting Started with Go on Heroku https://devcenter.heroku.com/articles/getting-started-with-go
Stars: ✭ 210 (-0.47%)
Mutual labels:  example
Unitywatersurface
Water Surface Simulation using CutomRenderTexture in Unity 2017.1
Stars: ✭ 190 (-9.95%)
Mutual labels:  example
Frontend Series
📚 大前端的工程实践:iOS 篇 | Android 篇 | 混合式开发篇 - ReactNative、Weex、Weapp
Stars: ✭ 197 (-6.64%)
Mutual labels:  weex
Ueberauth example
Example Phoenix application using Überauth for authentication
Stars: ✭ 180 (-14.69%)
Mutual labels:  example
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (-12.8%)
Mutual labels:  example
Examples Electron
Examples for Electron applications.
Stars: ✭ 193 (-8.53%)
Mutual labels:  example
Go Grpc Examples
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
Stars: ✭ 180 (-14.69%)
Mutual labels:  example
Learning Cmake
learning cmake
Stars: ✭ 2,524 (+1096.21%)
Mutual labels:  example
Weex Droplet Ui
水滴UI一个轻量级weex UI组件库,包含表单元素,tabbar,picker城市三级联动选择,actionsheet,switch等一系列常用组件
Stars: ✭ 177 (-16.11%)
Mutual labels:  weex
Cppandroidiosexample
An application example using the same C++ code on both an Android project and an iPhone project.
Stars: ✭ 191 (-9.48%)
Mutual labels:  example
Trixi
Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your tastes.
Stars: ✭ 211 (+0%)
Mutual labels:  example
Express Example
A proposal for the usage of Sequelize within an Express.JS application.
Stars: ✭ 2,368 (+1022.27%)
Mutual labels:  example
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (-8.06%)
Mutual labels:  example

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].