Package Exports
- phoenix-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (phoenix-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Phoenix-cli
Phoenix cli.
Usage
# 新建项目
phoenix-cli <source>
# 查看版本
phoenix-cli -v
Dev
# 安装包依赖
yarn install # or npm
# 构建
yarn build