安装

我们需要通过 npm 安装 anka-cli。当然,在国内使用 cnpm 也是不错的选择:

  1. $ npm install @anka-dev/cli -g

成功后再终端下执行 anka,应该能看见类似信息:

  1. Version: 1.0.0
  2. Usage: <command> [options]
  3. Options:
  4. --debug enable debug mode
  5. --quiet hide compile log
  6. -V, --version output the version number
  7. -h, --help output usage information
  8. Commands:
  9. prod Production mode
  10. dev [pages...] Development Mode
  11. new-page [options] <pages...> Create a miniprogram page
  12. new-cmpt [options] <components...> Create a miniprogram component
  13. enroll [options] <components...> Enroll a miniprogram component