https://github.com/crazymryan/mobile-blog
A study program
https://github.com/crazymryan/mobile-blog
Last synced: about 1 month ago
JSON representation
A study program
- Host: GitHub
- URL: https://github.com/crazymryan/mobile-blog
- Owner: CrazyMrYan
- License: mit
- Created: 2020-11-10T10:32:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-05T15:56:57.000Z (over 4 years ago)
- Last Synced: 2025-02-13T15:32:41.700Z (3 months ago)
- Language: JavaScript
- Size: 733 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Mobile-blog](https://github.com/CrazyMrYan/Mobile-blog)
[](https://github.com/vuejs/vue)
[](https://github.com/CrazyMrYan/Mobile-blog)🚀 基于@vue/CLI3构建的移动端h5博客项目模板。
## 说明
项目涉及@vue/CLI3构建、移动端h5开发、axios封装、通用化组件等。
后台接口对应 另外一个项目 [Mobile-blog-Api](https://github.com/CrazyMrYan/Mobile-blog-Api)## 构建命令
### 克隆项目
```
git clone [email protected]:CrazyMrYan/Mobile-blog.git
```### 初始化依赖配置
```
yarn install
```### 开发环境 启动运行
```
yarn run serve
```### 生产环境 打包构建
```
yarn run buildyarn build --report // 打包分析
```### 自动化测试
```
yarn run test
```### Lint检查并修复
```
yarn run lint
```### 配置参考
See [CLI配置参考](https://cli.vuejs.org/zh/config/).