$ cnpm install @platform/cell.compiler
Code compilation and bundling.
yarn add @platform/cell.compiler
To use the compiler from commands within package.json
include the following scripts:
"scripts": {
"build": "tsc $@",
"dev": "cell.compiler dev $@",
"bundle": "cell.compiler bundle $@",
"watch": "cell.compiler watch $@",
"info": "cell.compiler info $@",
"upload": "cell.compiler upload $@",
"clean": "cell.compiler clean $@",
"serve": "cell.compiler serve $@",
},
Copyright 2014 - 2016 © taobao.org |