Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/an5dy/blog-front
博客前端
https://github.com/an5dy/blog-front
Last synced: 17 days ago
JSON representation
博客前端
- Host: GitHub
- URL: https://github.com/an5dy/blog-front
- Owner: An5dy
- Created: 2019-07-05T08:45:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T08:32:43.000Z (almost 5 years ago)
- Last Synced: 2024-11-20T19:54:23.804Z (3 months ago)
- Language: Vue
- Homepage: https://zhangze.me/
- Size: 753 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog 前端页面(SPA)
## 安装扩展
```
npm install
```### 启动开发环境服务器
```
npm run serve
```### 代码规范检查
```
npm run lint
```### 设置评论模块参数
设置 BlogComment 组件
```
data() {
return {
shortname: 设置 disqus shortname(具体查看 disqus 设置)
};
}
```### 编译生产环境代码
```
npm run build
```### 详细配置文件
See [Configuration Reference](https://cli.vuejs.org/config/).