项目作者: iMyth

项目描述 :
a weex component
高级语言: JavaScript
项目地址: git://github.com/iMyth/weex-swipe-to-edit.git
创建时间: 2018-01-02T03:20:48Z
项目社区:https://github.com/iMyth/weex-swipe-to-edit

开源协议:

下载


weex-swipe-to-edit

Demo for mobile devices

Live Demo

How to start

Install

  1. npm install

Development

  • npm run build: build src/* into dist/index.js, dist/index.web.js
  • npm run dev: watch file changes of src/* and automatically build into dist/index.js, dist/index.web.js
  • npm run serve: preview in html5 renderer through http://localhost:1337/

note: the entry file can be configured in webpack.config.js, learn more from weex-loader

Finally the generated code will be found in dist folder.