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前端
- Host: GitHub
- URL: https://github.com/charent/go-blog-vue
- Owner: charent
- License: apache-2.0
- Created: 2021-10-07T13:58:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T02:18:42.000Z (over 2 years ago)
- Last Synced: 2025-06-01T02:06:18.723Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).