Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oOBobbyOo/wepy-nba
微信小程序之-NBA在线直播小程序
https://github.com/oOBobbyOo/wepy-nba
wepy
Last synced: 2 months ago
JSON representation
微信小程序之-NBA在线直播小程序
- Host: GitHub
- URL: https://github.com/oOBobbyOo/wepy-nba
- Owner: oOBobbyOo
- Created: 2018-04-20T08:26:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T08:36:04.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T21:07:59.520Z (6 months ago)
- Topics: wepy
- Language: CSS
- Size: 3.77 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wepy - wepy-nba: NBA在线直播小程序
README
# :rocket: wepy-nba
![NBA](./src/assets/wx.gif)
```js
//全局安装或更新WePY命令行工具
npm install wepy-cli -g//初始化项目
wepy new myproject
# 1.7.0 之后的版本使用 wepy init standard myproject 初始化项目,使用 wepy list 查看项目模板//切换至项目目录
cd myproject//安装依赖
npm install//开启实时编译
wepy build --watch
```