Skip to content

iMyth/weex-swipe-to-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weex-swipe-to-edit

Demo for mobile devices

Live Demo

How to start

Install

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.

Releases

No releases published

Packages

No packages published