https://github.com/lexmin0412/tarox-build
这是一个 taro 构建脚本, fork 自 @tarojs/cli.
https://github.com/lexmin0412/tarox-build
build-scripts taro tarox
Last synced: 3 months ago
JSON representation
这是一个 taro 构建脚本, fork 自 @tarojs/cli.
- Host: GitHub
- URL: https://github.com/lexmin0412/tarox-build
- Owner: lexmin0412
- Created: 2021-11-16T16:13:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T20:30:22.000Z (over 3 years ago)
- Last Synced: 2024-04-26T10:03:13.496Z (about 1 year ago)
- Topics: build-scripts, taro, tarox
- Language: TypeScript
- Homepage: https://lexmin0412.github.io/tarox/
- Size: 358 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Taro Build Scripts
English | [中文](https://github.com/lexmin0412/tarox-build/blob/master/README.zh-CN.md)
A taro build script forked from [@tarojs/cli](https://github.com/NervJS/taro)。
## Installation
```bash
$npm i @tarox/build -D
```## Usage
replace build script with content below, you don't need to add `@tarojs/cli` into your devdependencies to maintain the consistence between cli and runtime dependencies anymore.
```json
// package.json
{
"scripts": {
"build": "npx tarox-build build --type weapp"
}
}
```