本文主要是介绍Weex入门教程之,关注weex-toolkit命令变更,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
由于weex的版本处于快速迭代中,我们需要时刻关注其变动,因为weex可能修复了某些bug或新增了一些功能。
关注链接:
原码链接:https://github.com/weexteam/weex-toolkit
发布链接:https://www.npmjs.com/package/weex-toolkit
或者使用帮助命令查看
Microsoft Windows [版本 10.0.10586]
(c) 2015 Microsoft Corporation。保留所有权利。C:\Users\aaron>weexUsage: weex <foo/bar/we_file_or_dir_path> [options]
Usage: weex init [projectName]Options:--port http listening port number ,default is 8081 [default: 8081]--wsport websocket listening port number ,default is 8082 [default: 8082]--output to build the js bundle to the specify a path[default: "no JSBundle output"]Usage:weex <command>where <command> is one of:debug start weex debuggercompile compile we/vue filerun run your projectweex <command> --help help on <command>C:\Users\aaron>
这篇关于Weex入门教程之,关注weex-toolkit命令变更的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!