An open API service indexing awesome lists of open source software.

https://github.com/charent/go-blog-vue

golang个人博客VUE前端
https://github.com/charent/go-blog-vue

Last synced: 5 months ago
JSON representation

golang个人博客VUE前端

Awesome Lists containing this project

README

          

# go-blog-vue

## 安装项目依赖
```
yarn install
```

### 启动服务(开发模型)
```
yarn serve
```

### 启动服务(生产模式)
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### 用户设置
See [Configuration Reference](https://cli.vuejs.org/config/).