Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/create-taro-app
https://github.com/mefengl/create-taro-app
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefengl/create-taro-app
- Owner: mefengl
- License: mit
- Created: 2022-12-21T08:19:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T02:29:07.000Z (over 1 year ago)
- Last Synced: 2024-10-30T10:15:30.492Z (about 2 months ago)
- Language: JavaScript
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```