antd-mobile

v1.0.0
基于 React 的移动设计规范实现
ant design react react-component component components ui framework frontend and 1 more...

ios

concurrently "npm run watch-tsc" "npm run _ios"

pub

antd-tools run pub

_ios

node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios

dist

antd-tools run dist

lint

npm run tslint && npm run srclint && npm run demolint && npm run lesshint

site

concurrently "bisheng build -c ./site/bisheng.desktop.config.js" "bisheng build -c ./site/bisheng.kitchen.config.js"

test

npm run lint && npm run dist

build

npm run dist

clean

antd-tools run clean

start

concurrently "bisheng start -c ./site/bisheng.desktop.config.js --no-livereload" "bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload"

deploy

npm run clean && npm run site && bisheng gh-pages --push-only

tslint

antd-tools run ts-lint && npm run compile && rm -rf lib

android

concurrently "npm run watch-tsc" "npm run _android"

authors

git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt

compile

antd-tools run compile

srclint

eslint site scripts --ext '.js,.jsx'

_android

node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink

build-rn

antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android

demolint

RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'

lesshint

lesshint components/ -r scripts/lesshint-report.js

rn-start

node node_modules/react-native/local-cli/cli.js start

watch-tsc

antd-tools run watch-tsc

eslint-fix

eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md

prepublish

antd-tools run guard

just-deploy

npm run clean && npm run site && bisheng gh-pages --push-only

pre-publish

node ./scripts/build-less-entry

build-rn-ios

node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle

build-rn-android

node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/17/2017

Downloads