npm installnpm run build: buildsrc/*intodist/index.js, dist/index.web.jsnpm run dev: watch file changes ofsrc/*and automatically build intodist/index.js, dist/index.web.jsnpm run serve: preview in html5 renderer throughhttp://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.