Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 342 Bytes

taro-first

sample weapp written with Taro and Typescript

Usage

  1. Install node.js v8.10.0
  2. Install Type Script npm install -g typescript@^3.3.3
  3. Install Taro npm install -g @tarojs/cli@^1.2.21
  4. Open your shell window and run npm install
  5. Start up npm run dev:weapp

BTW

Please use cnpm if you are in China mainland.