doric cli

This commit is contained in:
pengfei.zhou
2019-08-03 02:03:56 +08:00
parent 740848e604
commit 99b900f2b6
8 changed files with 2253 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
import { HLayout, StackConfig, ViewHolder, VMPanel, View, ViewModel, WRAP_CONTENT, Gravity, Mutable, NativeCall, Text, Color, VLayout, Panel, log, logw, loge, Group, Stack, } from "./index"
import { RIGHT } from "./src/util/gravity";
interface CountModel {

File diff suppressed because it is too large Load Diff

View File

@@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc -p .&& rollup -c && node ./bundle/bundle.js",
"build": "tsc -p . && rollup -c ",
"build": "tsc -p .&& rollup -c",
"dev": "tsc -w -p . & rollup -c -w",
"clean": "rm -rf build && rm -rf demo && rm -rf bundle"
},
"repository": {
@@ -24,6 +24,8 @@
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"tslib": "^1.10.0"
"rollup-watch": "^4.3.1",
"tslib": "^1.10.0",
"typescript": "^3.5.3"
}
}
}