Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefengl/create-taro-app


https://github.com/mefengl/create-taro-app

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## Create
https://nervjs.github.io/taro/docs/GETTING-STARTED
```bash
npm install -g @tarojs/cli
taro init ZZAppName
# if npm use too long time, Ctrl+C
cd ZZAppName
npm i
```

## Package
### Tailwind
https://github.com/dcasia/mini-program-tailwind#taro-小程序

## Dev
```bash
npm run dev:weapp
```