|
|
il y a 8 mois | |
|---|---|---|
| config | il y a 2 ans | |
| nginx | il y a 2 ans | |
| src | il y a 8 mois | |
| .editorconfig | il y a 2 ans | |
| .eslintrc | il y a 2 ans | |
| .gitignore | il y a 2 ans | |
| Dockerfile | il y a 2 ans | |
| LICENSE | il y a 2 ans | |
| README.md | il y a 2 ans | |
| package.json | il y a 1 an | |
| project.config.json | il y a 2 ans | |
| yarn.lock | il y a 2 ans |
# 安装依赖,或 npm i
yarn
# 运行小程序,编译后的文件位于项目下的 dist 文件夹
# (微信 dev:weapp,支付宝 dev:alipay)
npm run dev:weapp
# 运行 H5
npm run dev:h5
# 运行 React Native,请务必查阅文档:https://nervjs.github.io/taro/docs/react-native.html
npm run dev:rn