Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjialin/w-forum
微信小程序开发微论坛项目。地址 https://www.weiwol.com/channel/album/408536
https://github.com/pjialin/w-forum
Last synced: 11 days ago
JSON representation
微信小程序开发微论坛项目。地址 https://www.weiwol.com/channel/album/408536
- Host: GitHub
- URL: https://github.com/pjialin/w-forum
- Owner: pjialin
- License: mit
- Created: 2018-07-06T08:31:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T10:02:52.000Z (over 6 years ago)
- Last Synced: 2024-11-05T20:17:05.064Z (about 2 months ago)
- Language: Vue
- Size: 126 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 微论坛
Mpvue 开发小程序,前端页面。
## 使用
准备:
```
git clone https://github.com/pjialin/w-forum.git
cd w-forum
```
安装依赖
```
yarn install
或
npm install
```
编译
```
npm run dev # 开发环境
或
npm run build # 生产环境
```
使用微信开发者工具打开本目录即可查看效果