Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrpandaliu/asking
软工项目Asking的前端源码
https://github.com/mrpandaliu/asking
Last synced: 4 days ago
JSON representation
软工项目Asking的前端源码
- Host: GitHub
- URL: https://github.com/mrpandaliu/asking
- Owner: MrpandaLiu
- Created: 2020-04-01T10:27:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:15:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T14:10:41.282Z (about 1 month ago)
- Language: Vue
- Size: 1.18 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asking
一个问与答的app
# Document
- 当前版本1.4
- 实例请访问:http://39.106.58.159/
- 环境支持:Node
- 框架:vue.js + vantUI + uni-app
- 目录结构:
``` javascript
// src目录下为开发者编码
src
|--- assets // 存放静态文件
|--- components // 封装的组件
|--- network // http请求+封装接口
|--- router // 配置路由
|--- store // 状态管理
|--- style // 全局样式
|--- utils // 工具函数
|--- views // 页面
```- 注意事项:
- 安装项目所需依赖:命令行执行npm install
- 运行项目:命令行执行npm run serve
4. 后端支持本项目的后端请移步于https://github.com/liukaimingzzx/Asking (后台功能由XDD大佬提供)
5. 如有问题请联系我
> MrPanda最新于2020/5/22更新